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 6315834 commit 9907c4dCopy full SHA for 9907c4d
.github/workflows/release.yaml
@@ -27,6 +27,7 @@ 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 }}" \
33
--run-id="${{ github.event.inputs.run_id }}" \
@@ -37,5 +38,3 @@ jobs:
37
38
if: ${{ failure() }}
39
with:
40
limit-access-to-actor: true
- env:
41
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments