Skip to content

Commit e8e9723

Browse files
committed
chore: add GITHUB_TOKEN to container workflow
Included the GITHUB_TOKEN in the environment variables to ensure proper authentication for container image operations.
1 parent bae0107 commit e8e9723

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/container.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
# - "**.yaml"
1313
env:
1414
PLATFORMS: linux/amd64,linux/arm64,linux/ppc64le
15+
GITHUB_TOKEN: ${{ secrets.GH_APPS_TOKEN }}
1516

1617
jobs:
1718
build-and-push-image:

0 commit comments

Comments
 (0)