Skip to content

Commit

Permalink
Fix GH token permissions (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschmidt-civicactions authored Feb 12, 2024
1 parent 919fec2 commit 71e62a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mirror-images.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Create and Commit Next-Build Docker Image

permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout

on:
workflow_dispatch:
inputs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/update-manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Update infrastructure manifest

permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout

on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit 71e62a8

Please sign in to comment.