We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc9a9c commit 340152fCopy full SHA for 340152f
.github/workflows/project-auto-add.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- name: Generate token
20
id: generate_token
21
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
22
with:
23
app-id: ${{ secrets.GRAPHBOT_APP_ID }}
24
private-key: ${{ secrets.GRAPHBOT_APP_PEM }}
0 commit comments