We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd40336 commit cf46668Copy full SHA for cf46668
.github/workflows/release.yaml
@@ -61,7 +61,7 @@ jobs:
61
steps:
62
- name: Generate GitHub App Token
63
id: app-token
64
- uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
+ uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
65
with:
66
app-id: ${{ secrets.RELEASE_APP_ID }}
67
private-key: ${{ secrets.RELEASE_APP_PEM }}
0 commit comments