Skip to content

Commit 09a4583

Browse files
authored
Update release.yaml
1 parent a3dbd66 commit 09a4583

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ jobs:
2727
environment-file: scripts/environment.yml
2828
- name: Create release
2929
run: |
30-
echo "${{ secrets.GITHUB_TOKEN }}" >> tmp.xxx
3130
scripts/make_release.py \
32-
--token="${{ secrets.GITHUB_TOKEN }}" \
31+
--token="${{ secrets.GH_TOKEN }}" \
3332
--run-id="${{ github.event.inputs.run_id }}" \
3433
--version="${{ github.event.inputs.version }}" \
3534
--make-release

0 commit comments

Comments
 (0)