Skip to content

Commit b104dec

Browse files
committed
add GitHub Actions secret for GitHub token in CI workflow
1 parent 53b8788 commit b104dec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ jobs:
4242
load: true # driver docker-container
4343
target: ci
4444
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:ci
45+
secrets: |
46+
github_token=${{ secrets.MY_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)