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 523071c + ac62600 commit 3d1d04dCopy full SHA for 3d1d04d
.github/workflows/bump-version.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- name: Generate GitHub App(webauthn4j-github-app-bot) Token
22
id: app-token
23
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
24
with:
25
app-id: ${{ secrets.BOT_APP_ID }}
26
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
0 commit comments