diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a7ec364..4635850 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ secrets.GHCR_TOKEN }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Check, Build, Test, Publish uses: devcontainers/ci@v0.3 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c401b83..a8d8761 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,7 +23,7 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ secrets.GHCR_TOKEN }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Check, Build, Test, Publish uses: devcontainers/ci@v0.3