Skip to content

Commit efa70f6

Browse files
committed
CI: Drop permissions for container image build job
1 parent 09d7010 commit efa70f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
name: Build Kolla container images
6969
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
7070
runs-on: [self-hosted, stackhpc-kayobe-config-kolla-builder]
71+
permissions: {}
7172
needs:
7273
- generate-tag
7374
steps:
@@ -205,6 +206,7 @@ jobs:
205206
- container-image-build
206207
if: github.repository == 'stackhpc/stackhpc-kayobe-config' && inputs.push
207208
runs-on: ubuntu-latest
209+
permissions: {}
208210
steps:
209211
# NOTE(mgoddard): Trigger another CI workflow in the
210212
# stackhpc-release-train repository.

0 commit comments

Comments
 (0)