Skip to content

Commit

Permalink
Set token permission for ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanglaser committed Nov 12, 2024
1 parent 2b47f20 commit 2669f8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ on:
- main
workflow_dispatch:

permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref_name }}-${{ github.event.number || github.sha }}
cancel-in-progress: true
Expand Down

0 comments on commit 2669f8b

Please sign in to comment.