We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ccd4a2 commit d0efadeCopy full SHA for d0efade
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
- uses: actions/download-artifact@v4
67
68
- id: token
69
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
70
with:
71
app-id: ${{ vars.FRECKLE_AUTOMATION_APP_ID }}
72
private-key: ${{ secrets.FRECKLE_AUTOMATION_PRIVATE_KEY }}
0 commit comments