remove ghcr secrets

This commit is contained in:
Ethan Dennis
2023-02-28 16:02:22 -08:00
committed by GitHub
parent 90bbba5446
commit 36b6ee602c
2 changed files with 1 additions and 4 deletions
+1 -2
View File
@@ -34,9 +34,8 @@ jobs:
shell: bash
run: |
gh actions-importer version || gh extension install github/gh-actions-importer
echo ${{ secrets.ghcr_password }} | gh actions-importer update --username ${{ secrets.ghcr_username }} --password-stdin
gh actions-importer update
env:
GITHUB_TOKEN: ${{ secrets.ghcr_password }}
GH_TOKEN: ${{ secrets.ghcr_password }}
- uses: actions/github-script@v6
if: always()