We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba394fe commit db3b484Copy full SHA for db3b484
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
release_created: ${{ steps.release.outputs.release_created }}
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/create-github-app-token@v1
+ - uses: actions/create-github-app-token@v2
14
id: create-iat
15
with:
16
app-id: ${{ secrets.RELEASE_GITHUB_APP_ID }}
0 commit comments