Skip to content

Commit d4c205c

Browse files
authored
Merge pull request #87 from fema-ffrd/fix-deploy-workflow-permissions
Fix deploy workflow permissions for docker-scout job
2 parents 64b8c8e + 3d40a31 commit d4c205c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
permissions:
3030
contents: read
3131
packages: write
32+
pull-requests: write
3233
uses: ./.github/workflows/build.yml
3334
with:
3435
push_to_registry: true

0 commit comments

Comments
 (0)