Skip to content

Commit

Permalink
Merge pull request #35 from Ilyes512/add-read-contents-permission-to-…
Browse files Browse the repository at this point in the history
…github-action-workflows

Added contents: read permission to Github Workflows
  • Loading branch information
Ilyes512 authored Sep 27, 2024
2 parents 15615ca + 438a263 commit d72a14b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
permissions:
actions: write
packages: write
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
permissions:
actions: write
packages: write
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
permissions:
actions: write
packages: write
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit d72a14b

Please sign in to comment.