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()
-2
View File
@@ -31,8 +31,6 @@ See the [documentation](https://docs.github.com/en/repositories/managing-your-re
The following secrets are required:
- `GHCR_USERNAME`: The username to access the GitHub Actions Importer container.
- `GHCR_PASSWORD`: The password to access the GitHub Actions Importer container (requires `read:packages` scope).
- `GH_ACCESS_TOKEN`: GitHub personal access token to create pull requests (requires `repo` and `workflow` scopes).
Optionally, the following environment variables can be set: