Skip to content

Commit cb3b9dd

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 ce5ea7c commit cb3b9dd

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,12 @@ permissions: {}
5151
jobs:
5252
docker-build-images:
5353
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@2b647ed6f11d50cb6beb6d56333e68ba2c804826 # 0.33.1
54-
permissions: {}
54+
permissions:
55+
contents: read
56+
id-token: write
57+
issues: read
58+
packages: write
59+
pull-requests: read
5560
secrets:
5661
# Password or GitHub token (`packages:read` and `packages:write` scopes) configuration used to log against OCI registries.
5762
# Accepts either a single password/token string (default format) or a JSON object using the same keys as `oci-registry`.

0 commit comments

Comments
 (0)