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 a3dbd66 commit 09a4583Copy full SHA for 09a4583
.github/workflows/release.yaml
@@ -27,9 +27,8 @@ jobs:
27
environment-file: scripts/environment.yml
28
- name: Create release
29
run: |
30
- echo "${{ secrets.GITHUB_TOKEN }}" >> tmp.xxx
31
scripts/make_release.py \
32
- --token="${{ secrets.GITHUB_TOKEN }}" \
+ --token="${{ secrets.GH_TOKEN }}" \
33
--run-id="${{ github.event.inputs.run_id }}" \
34
--version="${{ github.event.inputs.version }}" \
35
--make-release
0 commit comments