We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b2a8c commit 31e9d9dCopy full SHA for 31e9d9d
.github/workflows/dev-build.yml
@@ -12,26 +12,11 @@ on:
12
paths-ignore:
13
- '.github/**'
14
15
+permissions: read-all
16
+
17
jobs:
18
deploy:
19
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
- permissions:
- 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
-
35
name: Dev Container Deploy
36
uses: mitlibraries/.github/.github/workflows/ecr-shared-deploy-dev.yml@INFRA-526
37
secrets: inherit
0 commit comments