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 7a420f5 commit bd77cd5Copy full SHA for bd77cd5
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- name: Get auth token
19
id: token
20
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
+ uses: actions/create-github-app-token@c8e1c2009ab08259029170132c384f03c1064c0e # v2.2.0
21
with:
22
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
23
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
@@ -32,5 +32,4 @@ jobs:
32
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
33
34
version: ${{ github.event.inputs.version }}
35
- force: ${{ github.event.inputs.force }}
36
- craft_version: 2.13.1 # currently pinned due to issues
+ force: ${{ github.event.inputs.force }}
0 commit comments