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
+1 -1
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 }}