Skip to content

Commit

Permalink
Revert "Revert back to PAT"
Browse files Browse the repository at this point in the history
Added correct settings in the package settings to enable this repo to
write to the package repository.

This reverts commit de19b89.
  • Loading branch information
kruton committed Jan 27, 2022
1 parent de19b89 commit ceda686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.TEDDER_CR_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push latest
uses: docker/build-push-action@v2
Expand Down

0 comments on commit ceda686

Please sign in to comment.