Use GITHUB_TOKEN to auth with gh
This commit is contained in:
@@ -34,6 +34,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
gh extension install github/gh-valet
|
gh extension install github/gh-valet
|
||||||
gh valet update --username ${{ secrets.valet_ghcr_username }} --password ${{ secrets.valet_ghcr_password }}
|
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
|
- uses: actions-ecosystem/action-add-labels@v1
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user