cicd: try CONTAINER_TOKEN

This commit is contained in:
jamesread 2023-03-24 22:23:12 +00:00
parent 2d806d8557
commit 34b5570563
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.CONTAINER_TOKEN }}
- name: grpc
run: make grpc
@ -57,7 +57,7 @@ jobs:
version: latest
args: release --clean --parallelism 1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CONTAINER_TOKEN }}
- name: Archive binaries
uses: actions/upload-artifact@v2