Skip to content

Commit

Permalink
add gha permissions for oidc
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Sep 4, 2023
1 parent 7c0a3b4 commit 2a8dca5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
push:
branches: [main, test-me-*]

permissions:
contents: read
id-token: write

jobs:
main:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2a8dca5

Please sign in to comment.