Skip to content

Commit 0c992ce

Browse files
committed
fix: use GH_PAT to publish package
1 parent c9961c9 commit 0c992ce

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/image.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
name: Publish Docker Image
22

3-
permissions:
4-
contents: read
5-
id-token: write
6-
packages: write
7-
83
on:
94
push:
105
tags:
@@ -19,7 +14,7 @@ jobs:
1914
id-token: write
2015

2116
env:
22-
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
ACCESS_TOKEN: ${{ secrets.GH_PAT }}
2318

2419
steps:
2520
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)