Skip to content

Commit

Permalink
ci: pass secret to composite
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Aug 27, 2024
1 parent 94c7bad commit 6d75ac9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ env.GH_TOKEN }}

- name: Extract metadata for Docker
id: meta
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
- uses: ./.github/actions/docker
if: steps.semrel.outputs.version != ''
name: Build docker image
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Compress bundle
if: steps.semrel.outputs.version != ''
Expand Down

0 comments on commit 6d75ac9

Please sign in to comment.