We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d603ea3 commit fead836Copy full SHA for fead836
.github/workflows/add-to-task-list.yml
@@ -13,8 +13,13 @@ jobs:
13
runs-on: ubuntu-latest
14
if: github.repository == github.event.pull_request.head.repo.full_name
15
steps:
16
+ - name: Generate a token
17
+ id: generate_token
18
+ uses: actions/[email protected]
19
+ with:
20
+ app-id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
21
+ private-key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
22
- uses: dev-hato/[email protected]
23
with:
- github_app_id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
- github_app_private_key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
24
+ github-token: ${{steps.generate_token.outputs.token}}
25
project-url: https://github.com/orgs/dev-hato/projects/1
0 commit comments