Skip to content

Commit 2fcc3a2

Browse files
authored
ci: change token
1 parent d5ade1d commit 2fcc3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout repository
1212
uses: actions/checkout@v2
1313
- name: Login into GitHub Container Registry
14-
run: echo ${{ secrets.CR_PAT }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
14+
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
1515
- name: Build Docker image
1616
run: |
1717
docker build \

0 commit comments

Comments
 (0)