Skip to content

Commit 54cd1d2

Browse files
authored
fix another issue (#17613)
1 parent 86e1b15 commit 54cd1d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-extension-workflows-release-2.8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
permissions:
5151
actions: write
5252
contents: read
53-
packages: write
53+
packages: none
5454
with:
5555
registry_target: ghcr.io
5656
registry_user: ${{ github.actor }}

.github/workflows/test-extension-workflows-release-2.9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
permissions:
5151
actions: write
5252
contents: read
53-
packages: write
53+
packages: none
5454
with:
5555
registry_target: ghcr.io
5656
registry_user: ${{ github.actor }}

0 commit comments

Comments
 (0)