Skip to content

Commit

Permalink
Update Github token permissions for CI stages (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Apr 20, 2024
1 parent 8921781 commit fb891b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
arch:
- x64
# - x86
permissions:
contents: read
actions: write
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand All @@ -43,6 +46,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
actions: write
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit fb891b5

Please sign in to comment.