We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44fb48e commit 7c3bf05Copy full SHA for 7c3bf05
2 files changed
.github/workflows/pull_request.yml
@@ -40,11 +40,6 @@ jobs:
40
quality_checks:
41
uses: ./.github/workflows/quality-checks-devcontainer.yml
42
needs: [get_config_values]
43
- permissions:
44
- contents: read
45
- packages: read
46
- attestations: read
47
- id-token: write
48
with:
49
runtime_docker_image: "${{ needs.get_config_values.outputs.devcontainer_image }}:githubactions-${{ needs.get_config_values.outputs.devcontainer_version }}"
50
secrets:
.github/workflows/quality-checks-devcontainer.yml
@@ -28,11 +28,6 @@ on:
28
jobs:
29
verify_runtime_image:
30
uses: ./.github/workflows/verify-runtime-image.yml
31
32
33
34
35
36
37
runtime_docker_image: ${{ inputs.runtime_docker_image }}
38
0 commit comments