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 69149e4 + 3ba9ada commit 5f76779Copy full SHA for 5f76779
1 file changed
.github/workflows/release.yaml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-24.04
29
if: github.ref_name == 'main'
30
steps:
31
- - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
+ - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
32
id: app-token
33
# NOTE: This is needed otherwise it's the same user that create the tag
34
# than the one triggering the workflow on push tag which does not work
0 commit comments