We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8adb525 commit e265e2aCopy full SHA for e265e2a
.github/workflows/ci.yml
@@ -5,6 +5,8 @@ on:
5
jobs:
6
preview:
7
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
10
steps:
11
- uses: actions/checkout@v4
12
with:
0 commit comments