Skip to content

Commit

Permalink
Give deploy_container id-token permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
illusional authored Nov 16, 2023
1 parent 5baf3c4 commit 1e61c88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
description: "Extra docker CLI params"
required: false

permissions:
id-token: write
contents: read

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

0 comments on commit 1e61c88

Please sign in to comment.