Skip to content

Commit 45f7d94

Browse files
committed
ci: set token explicitly instead of using env
1 parent fe08b45 commit 45f7d94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ jobs:
8585
generate_release_notes: false
8686
tag_name: ${{ steps.tag.outputs.tag }}
8787
target_commitish: ${{ steps.release-commit.outputs.sha || github.sha }}
88-
env:
89-
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
88+
token: ${{ steps.app-token.outputs.token }}
9089

9190
- name: Get current branch
9291
run: echo "CURRENT_BRANCH=$(git branch --show-current)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)