We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c118ec3 commit ebbf221Copy full SHA for ebbf221
.github/workflows/dev-build.yml
@@ -12,15 +12,16 @@ on:
12
paths-ignore:
13
- '.github/**'
14
15
-permissions: read-all
+permissions:
16
+ actions: read
17
+ contents: read
18
+ deployments: read
19
+ id-token: write
20
+ pull-requests: read
21
+ statuses: read
22
23
jobs:
24
deploy:
- # These permissions are needed to interact with GitHub's OIDC Token endpoint.
- permissions:
- contents: read
- id-token: write
-
25
name: Dev Container Deploy
26
uses: mitlibraries/.github/.github/workflows/ecr-shared-deploy-dev.yml@INFRA-526
27
secrets: inherit
0 commit comments