We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c11b4 commit 444e30dCopy full SHA for 444e30d
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- name: Generate token
21
id: generate-token
22
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
23
with:
24
app-id: ${{ vars.SDK_BOT_APP_ID }}
25
private-key: ${{ secrets.SDK_BOT_PRIVATE_KEY }}
.github/workflows/version-bump.yml
@@ -21,7 +21,7 @@ jobs:
26
27
0 commit comments