Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
Use autogenerated secrets.GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
juliavdkris committed Apr 2, 2022
1 parent 4705ebc commit 418c1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
id: docker_build
Expand Down

0 comments on commit 418c1c4

Please sign in to comment.