Skip to content

Commit 65c121b

Browse files
committed
fix: Update CI workflow to use PAT for package authentication
1 parent 1aeec10 commit 65c121b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
permissions:
8181
contents: read
82-
packages: write
82+
# packages: write
8383
# attestations: write
8484
id-token: write
8585

@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
registry: ${{ env.REGISTRY }}
9494
username: ${{ github.actor }}
95-
password: ${{ secrets.GITHUB_TOKEN }}
95+
password: ${{ secrets.COBROWSER_PACKAGE_TOKEN }}
9696

9797
- name: Extract metadata (tags, labels) for Docker
9898
id: meta

0 commit comments

Comments
 (0)