We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c94a88 commit 771394fCopy full SHA for 771394f
.github/workflows/ci-manual.yaml
@@ -48,6 +48,9 @@ permissions:
48
jobs:
49
setup:
50
runs-on: ubuntu-latest
51
+ permissions:
52
+ contents: read
53
+ id-token: write
54
outputs:
55
git_sha_short: ${{ steps.variables.outputs.git_sha_short }}
56
workflow_run_url: ${{ steps.variables.outputs.workflow_run_url }}
.github/workflows/ci.yaml
@@ -63,6 +63,9 @@ jobs:
63
kubernetes-versions:
64
65
name: ${{ matrix.k8s_version }} / ${{ matrix.os_distro }}
66
67
68
69
needs:
70
- setup
71
permissions:
0 commit comments