Skip to content

Commit e265e2a

Browse files
committed
enable github action permission to write to Issue
1 parent 8adb525 commit e265e2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
jobs:
66
preview:
77
runs-on: "runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=quantecon_ubuntu2404/disk=large"
8+
permissions:
9+
issues: write # Required for creating GitHub issues
810
steps:
911
- uses: actions/checkout@v4
1012
with:

0 commit comments

Comments
 (0)