Skip to content

Commit 7604398

Browse files
authored
Update create-issue.yml
1 parent 392182e commit 7604398

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/create-issue.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Automate issue creation with Actions and gh CLI
33
on:
44
workflow_dispatch:
55

6+
env:
7+
GH_TOKEN: ${{ github.token }}
8+
69
jobs:
710
create_issue:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)