Skip to content

Commit bd77cd5

Browse files
committed
Pin prepare action release to specific commit
1 parent 7a420f5 commit bd77cd5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Get auth token
1919
id: token
20-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
20+
uses: actions/create-github-app-token@c8e1c2009ab08259029170132c384f03c1064c0e # v2.2.0
2121
with:
2222
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
2323
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
@@ -32,5 +32,4 @@ jobs:
3232
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
3333
with:
3434
version: ${{ github.event.inputs.version }}
35-
force: ${{ github.event.inputs.force }}
36-
craft_version: 2.13.1 # currently pinned due to issues
35+
force: ${{ github.event.inputs.force }}

0 commit comments

Comments
 (0)