We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5737ca commit b15f447Copy full SHA for b15f447
.github/workflows/add-to-project.yml
@@ -14,7 +14,7 @@ jobs:
14
app_id: ${{ secrets.TOKENS_APP_ID }}
15
private_key: ${{ secrets.TOKENS_PRIVATE_KEY }}
16
- name: Add issue to Project
17
- uses: actions/add-to-project@v0.6.1
+ uses: actions/add-to-project@v1.0.2
18
with:
19
project-url: https://github.com/orgs/netlify/projects/199
20
github-token: ${{ steps.generate_token.outputs.token }}
0 commit comments