Skip to content

Commit

Permalink
Id-token for deploy-jobb
Browse files Browse the repository at this point in the history
  • Loading branch information
amundsor committed Dec 19, 2024
1 parent c025d03 commit ff0cc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy_mock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
contents: write
packages: write
actions: write
id-token: write
env:
READER_TOKEN: ${{ secrets.READER_TOKEN }}
WORKFLOW_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -35,6 +34,7 @@ jobs:
permissions:
packages: write
contents: write
id-token: write
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit ff0cc22

Please sign in to comment.