We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a6286 commit f87a9e3Copy full SHA for f87a9e3
.github/workflows/add-to-task-list.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
app-id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }} # zizmor: ignore[secrets-outside-env]
21
private-key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }} # zizmor: ignore[secrets-outside-env]
22
- - uses: dev-hato/actions-add-to-projects@6c933a4e579b6b7749d5ec84c64031f76c5fdc47 # v1.0.1
+ - uses: dev-hato/actions-add-to-projects@2c93d01821da027f7781a1f480ca6f4e13e5a57d # v1.0.2
23
24
github-token: ${{steps.generate_token.outputs.token}}
25
project-url: https://github.com/orgs/dev-hato/projects/1
0 commit comments