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.
1 parent 5b8df3e commit b629badCopy full SHA for b629bad
.github/workflows/build.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Generate Token
78
id: app-token
79
if: startsWith(github.ref, 'refs/tags/')
80
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
+ uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
81
with:
82
app-id: ${{ secrets.BOT_APP_ID }}
83
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
0 commit comments