Skip to content

Commit 9907c4d

Browse files
authored
Debugging deployment failure
1 parent 6315834 commit 9907c4d

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,6 +27,7 @@ jobs:
2727
environment-file: scripts/environment.yml
2828
- name: Create release
2929
run: |
30+
echo "${{ secrets.GITHUB_TOKEN }}" >> tmp.xxx
3031
scripts/make_release.py \
3132
--token="${{ secrets.GITHUB_TOKEN }}" \
3233
--run-id="${{ github.event.inputs.run_id }}" \
@@ -37,5 +38,3 @@ jobs:
3738
if: ${{ failure() }}
3839
with:
3940
limit-access-to-actor: true
40-
env:
41-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)