Skip to content

Commit 9d6a677

Browse files
committed
Update workflow.yml
1 parent 4cc5efa commit 9d6a677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- name: Checkout repository
132132
uses: actions/checkout@v2
133133
- name: Login to GitHub registry
134-
run: echo ${{ secrets.CONTAINER_REGISTRY_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
134+
run: echo ${{ github.token }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
135135
- name: Pull docker image (master)
136136
run: docker pull ghcr.io/lowlighter/metrics:master
137137
- name: Tag docker image (release)

0 commit comments

Comments
 (0)