Skip to content

Commit ebbf221

Browse files
committed
another attempt at permissions
1 parent c118ec3 commit ebbf221

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/dev-build.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ on:
1212
paths-ignore:
1313
- '.github/**'
1414

15-
permissions: read-all
15+
permissions:
16+
actions: read
17+
contents: read
18+
deployments: read
19+
id-token: write
20+
pull-requests: read
21+
statuses: read
1622

1723
jobs:
1824
deploy:
19-
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
20-
permissions:
21-
contents: read
22-
id-token: write
23-
2425
name: Dev Container Deploy
2526
uses: mitlibraries/.github/.github/workflows/ecr-shared-deploy-dev.yml@INFRA-526
2627
secrets: inherit

0 commit comments

Comments
 (0)