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 a3be496 commit 02e9052Copy full SHA for 02e9052
.github/workflows/ci.yml
@@ -6,7 +6,9 @@ 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
+ contents: read # For checking out the repository
10
+ issues: write # For creating GitHub issues (if create-issue is enabled)
11
+ actions: read # For creating workflow artifacts (if create-artifact is enabled)
12
steps:
13
- uses: actions/checkout@v4
14
with:
0 commit comments