Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit afaa6a9

Browse files
committed
package write permission
1 parent 1ba2d34 commit afaa6a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy_testnet.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
permissions:
2424
contents: read
2525
id-token: write
26+
packages: write
2627

2728
steps:
2829
- name: checkout the source code
@@ -33,7 +34,7 @@ jobs:
3334

3435
- name: login to ghcr
3536
id: ghcr
36-
uses: docker/login-action@v3
37+
uses: docker/login-action@v6
3738
with:
3839
registry: ${{ env.REGISTRY }}
3940
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)