Skip to content

Commit ade473e

Browse files
committed
debugging release.yaml workflow
1 parent 9d2f917 commit ade473e

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)