Skip to content

Commit 31e9d9d

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

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.github/workflows/dev-build.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,11 @@ on:
1212
paths-ignore:
1313
- '.github/**'
1414

15+
permissions: read-all
16+
1517
jobs:
1618
deploy:
1719
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
18-
permissions:
19-
actions: read
20-
attestations: read
21-
checks: read
22-
deployments: read
23-
discussions: read
24-
issues: read
25-
id-token: write
26-
models: read
27-
packages: read
28-
pages: read
29-
pull-requests: read
30-
repository-projects: read
31-
statuses: read
32-
security-events: read
33-
contents: read
34-
3520
name: Dev Container Deploy
3621
uses: mitlibraries/.github/.github/workflows/ecr-shared-deploy-dev.yml@INFRA-526
3722
secrets: inherit

0 commit comments

Comments
 (0)