Skip to content

Commit d4c0bb9

Browse files
authored
Merge pull request #28 from nipype/auto-conv
debugging release.yaml workflow
2 parents 98a996e + ade473e commit d4c0bb9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ jobs:
4343
chmod a+x ~/auto
4444
4545
- name: Create auto labels if they don't exist
46-
run: ~/auto create-labels
46+
run: |
47+
~/auto create-labels
48+
env:
49+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4750

4851
- name: Create release
4952
run: |

0 commit comments

Comments
 (0)