Skip to content

Commit 933c78a

Browse files
committed
use permissions.packages.write
1 parent c11b834 commit 933c78a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
containers:
1717
needs: config
1818
runs-on: ubuntu-latest
19+
permissions:
20+
packages: write
1921
strategy:
2022
fail-fast: true
2123
matrix: ${{fromJson(needs.config.outputs.matrix)}}
@@ -43,7 +45,7 @@ jobs:
4345
with:
4446
registry: ghcr.io
4547
username: ${{ github.repository_owner }}
46-
password: ${{ secrets.GHCR_TOKEN }}
48+
password: ${{ secrets.GITHUB_TOKEN }}
4749
- name: Prepare
4850
id: prep
4951
run: |

0 commit comments

Comments
 (0)