diff --git a/.github/workflows/get-repo-config.yml b/.github/workflows/get-repo-config.yml index d7d7bc5..66508f1 100644 --- a/.github/workflows/get-repo-config.yml +++ b/.github/workflows/get-repo-config.yml @@ -86,7 +86,7 @@ jobs: steps: - name: Login to github container registry if: startsWith(inputs.registry, 'ghcr.io') - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 with: registry: ghcr.io username: ${{ github.actor }}