Skip to content

Commit

Permalink
add contents read permission to be able to use git
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Aug 7, 2024
1 parent 6b0dd50 commit 0cf38e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_interpret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
publish_packages:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Check out repo
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_powerlift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
publish_powerlift:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Check out repo
Expand Down

0 comments on commit 0cf38e5

Please sign in to comment.