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.
2 parents 241618f + dea4dbe commit cb3ec5fCopy full SHA for cb3ec5f
.github/workflows/project-auto-add.yml
@@ -18,10 +18,10 @@ jobs:
18
steps:
19
- name: Generate token
20
id: generate_token
21
- uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
+ uses: actions/create-github-app-token@v1
22
with:
23
- app_id: ${{ secrets.GRAPHBOT_APP_ID }}
24
- private_key: ${{ secrets.GRAPHBOT_APP_PEM }}
+ app-id: ${{ secrets.GRAPHBOT_APP_ID }}
+ private-key: ${{ secrets.GRAPHBOT_APP_PEM }}
25
26
- name: Get project data
27
env:
0 commit comments