We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392182e commit 7604398Copy full SHA for 7604398
.github/workflows/create-issue.yml
@@ -3,6 +3,9 @@ name: Automate issue creation with Actions and gh CLI
3
on:
4
workflow_dispatch:
5
6
+env:
7
+ GH_TOKEN: ${{ github.token }}
8
+
9
jobs:
10
create_issue:
11
runs-on: ubuntu-latest
0 commit comments