Skip to content

Commit d61f973

Browse files
authored
Update build.yaml
1 parent d77ba14 commit d61f973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
registry: ghcr.io
3737
username: bitprocessor
38-
password: ${{ secrets.CR_PAT }}
38+
password: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- name: Build and push Docker image
4141
id: docker_build
@@ -50,4 +50,4 @@ jobs:
5050
- name: Image digest
5151
run: echo ${{ steps.docker_build.outputs.digest }}
5252

53-
53+

0 commit comments

Comments
 (0)