Skip to content

Commit 5c4fac3

Browse files
authored
ci(release): Fix Craft setup (#260)
1 parent 6aa7336 commit 5c4fac3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release-clients.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ jobs:
3737

3838
- name: Prepare release
3939
uses: getsentry/craft@v2
40-
env:
41-
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
4240
with:
4341
version: ${{ inputs.version }}
4442
force: ${{ inputs.force }}
4543
merge_target: ${{ inputs.merge_target }}
4644
path: clients
45+
secrets: inherit

0 commit comments

Comments
 (0)