fix(ci): update docker vm release workflow with new token

This commit is contained in:
Prad Nukala 2024-09-27 11:40:33 -04:00
parent 7c025978eb
commit 6e6272da0a
5 changed files with 5 additions and 4 deletions

View File

@ -23,6 +23,7 @@ jobs:
with:
input: proto
buf_token: ${{ secrets.BUF_TOKEN }}
upload_pkl:
runs-on: ubuntu-latest
steps:

View File

@ -54,7 +54,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GH_PAT_TOKEN }}
# make sure to update package to be public in repo ghcr settings
- name: Build and push Docker image

View File

@ -42,7 +42,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GH_PAT_TOKEN }}
- name: Build and push sonrvm image
uses: docker/build-push-action@v6

View File

@ -42,4 +42,4 @@ jobs:
version: latest
args: release --skip-validate --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT_TOKEN }}

View File

@ -7,7 +7,7 @@ concurrency:
cancel-in-progress: true
env:
GO_VERSION: 1.21
GO_VERSION: 1.22
jobs:
tests: