Skip to content

Commit

Permalink
Allow read for id-token
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-buchan committed Jan 9, 2025
1 parent d04abc6 commit 9ba6290
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/oracle-observer-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,9 @@ jobs:
name: Publish image
needs: [build-observer-image, scan-observer-image]
permissions:
contents: write
contents: read
packages: write
id-token: write
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand Down

0 comments on commit 9ba6290

Please sign in to comment.