File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1919 - os : ubuntu-24.04-arm
2020 platform_pair : linux-arm64
2121 runs-on : ${{ matrix.os }}
22+ permissions :
23+ contents : read
24+ packages : write
2225 steps :
2326
2427 - name : Checkout
5154 with :
5255 registry : ${{ env.REGISTRY }}
5356 username : ${{ github.actor }}
54- password : ${{ secrets.PACKAGE_TOKEN }}
57+ password : ${{ secrets.GITHUB_TOKEN }}
5558
5659 - name : Build and push
5760 id : build
7679 retention-days : 1
7780 merge :
7881 runs-on : ubuntu-latest
82+ permissions :
83+ contents : read
84+ packages : write
7985 needs :
8086 - build
8187 steps :
9197 with :
9298 registry : ${{ env.REGISTRY }}
9399 username : ${{ github.actor }}
94- password : ${{ secrets.PACKAGE_TOKEN }}
100+ password : ${{ secrets.GITHUB_TOKEN }}
95101
96102 - name : Set up Docker Buildx
97103 uses : docker/setup-buildx-action@v3
You can’t perform that action at this time.
0 commit comments