We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdeb742 commit 8fd4a7dCopy full SHA for 8fd4a7d
.github/workflows/update_grid_driver.yaml
@@ -61,7 +61,7 @@ jobs:
61
- name: Generate GitHub token
62
if: steps.git-check.outputs.changes == 'true'
63
id: generate-token
64
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
65
with:
66
app-id: ${{ vars.APP_ID }}
67
private-key: ${{ steps.get-private-key.outputs.private-key }}
0 commit comments