Use GITHUB_TOKEN to auth with gh

This commit is contained in:
Ethan Dennis
2022-05-31 12:07:31 -07:00
parent be2efb17bf
commit ea0c7da2bf

View File

@@ -34,6 +34,8 @@ jobs:
run: |
gh extension install github/gh-valet
gh valet update --username ${{ secrets.valet_ghcr_username }} --password ${{ secrets.valet_ghcr_password }}
env:
GITHUB_TOKEN: ${{ secrets.valet_ghcr_password }}
- uses: actions-ecosystem/action-add-labels@v1
if: always()
with: