Skip to content

Commit 6b338ba

Browse files
Merge pull request #103 from SpecterOps/ghcr-password-fix
Pass github token as password into Github Container Registry
2 parents 7e9d68f + e40376a commit 6b338ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
registry: ghcr.io
4242
username: ${{ github.actor }}
43-
password: ${{ secrets.PACKAGE_SCOPE }}
43+
password: ${{ secrets.GITHUB_TOKEN }}
4444

4545
- name: Configure AWS credentials
4646
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)