Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
ci: get token with correct permissions for OIDC (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmarshall authored Apr 11, 2023
1 parent 910aafd commit b093ae9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker_build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
timeout-minutes: 15
runs-on: ubuntu-latest

permissions:
contents: read
id-token: write

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit b093ae9

Please sign in to comment.