Skip to content

Commit 0baba3d

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent afc2451 commit 0baba3d

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/docker-build-images.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,7 @@ permissions: {}
5151
jobs:
5252
docker-build-images:
5353
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0d92511a38c93e30ae0f8b82346116946987a9ca # 0.30.0
54-
permissions:
55-
contents: read
56-
issues: read
57-
packages: write
58-
pull-requests: read
59-
id-token: write
54+
permissions: {}
6055
secrets:
6156
# Password or GitHub token (`packages:read` and `packages:write` scopes) used to log against the OCI registry.
6257
# See https://github.com/docker/login-action#usage.

.github/workflows/prune-pull-requests-images-tags.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@ permissions: {}
4949
jobs:
5050
prune-pull-requests-images-tags:
5151
uses: hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@0d92511a38c93e30ae0f8b82346116946987a9ca # 0.30.0
52-
permissions:
53-
contents: read
54-
pull-requests: read
55-
packages: write
56-
id-token: write
52+
permissions: {}
5753
with:
5854
# JSON array of runner(s) to use.
5955
# See https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job.

0 commit comments

Comments
 (0)