Skip to content

Commit 98fc42c

Browse files
committed
fix release token
1 parent ca8cea0 commit 98fc42c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
permissions:
2727
contents: write
2828
packages: write
29+
issues: write
2930

3031
env:
3132
REGISTRY: ghcr.io
@@ -49,7 +50,7 @@ jobs:
4950
with:
5051
registry: ${{ env.REGISTRY }}
5152
username: devcycle-automation
52-
password: ${{ secrets.AUTOMATION_USER_TOKEN }}
53+
password: ${{ secrets.DOCKER_TOKEN }}
5354

5455
- name: Extract metadata (tags, labels) for Docker
5556
id: meta

0 commit comments

Comments
 (0)