Skip to content

Commit c118ec3

Browse files
committed
more permisison changes
1 parent 31e9d9d commit c118ec3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dev-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ permissions: read-all
1717
jobs:
1818
deploy:
1919
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
20+
permissions:
21+
contents: read
22+
id-token: write
23+
2024
name: Dev Container Deploy
2125
uses: mitlibraries/.github/.github/workflows/ecr-shared-deploy-dev.yml@INFRA-526
2226
secrets: inherit

0 commit comments

Comments
 (0)