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 aba7b78 + 7cbf25a commit 6560167Copy full SHA for 6560167
.github/workflows/build.yaml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Generate a token
41
id: generate_token
42
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
43
with:
44
app-id: ${{ secrets.CICD_APP_ID }}
45
private-key: ${{ secrets.CICD_APP_PRIVATE_KEY }}
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
72
0 commit comments