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

Commit 677874b

Browse files
committed
package write permission
1 parent 9ad6f1a commit 677874b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_testnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
permissions:
2424
contents: read
2525
id-token: write
26-
actions: write
26+
packages: write
2727

2828
steps:
2929
- name: checkout the source code
3030
uses: actions/checkout@v4
3131

3232
- name: Set up Docker Buildx
33-
uses: docker/setup-buildx-action@v6
33+
uses: docker/setup-buildx-action@v3
3434

3535
- name: login to ghcr
3636
id: ghcr

0 commit comments

Comments
 (0)