Skip to content

Commit

Permalink
CONTAINER_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Dec 5, 2023
1 parent 7041995 commit c3e0f06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ jobs:
distribution: goreleaser
version: latest
args: release --snapshot --clean --skip=docker
env:
GITHUB_TOKEN: ${{ secrets.CONTAINER_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.CONTAINER_TOKEN }}

- name: buf-setup
uses: bufbuild/buf-setup-action@v1.28.1
Expand All @@ -41,4 +41,4 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CONTAINER_TOKEN }}

0 comments on commit c3e0f06

Please sign in to comment.