Skip to content

Commit 02e9052

Browse files
committed
set permissions for Issue and artifact upload
1 parent a3be496 commit 02e9052

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ jobs:
66
preview:
77
runs-on: "runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=quantecon_ubuntu2404/disk=large"
88
permissions:
9-
issues: write # Required for creating GitHub issues
9+
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)
1012
steps:
1113
- uses: actions/checkout@v4
1214
with:

0 commit comments

Comments
 (0)