Skip to content

Commit

Permalink
fix: ensure token has ci perms
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Oct 5, 2024
1 parent 2359787 commit 327a1a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ env:
jobs:
Build-Arches:
runs-on: [self-hosted]
permissions:
packages: write
outputs:
image: ${{ steps.extract_image_name.outputs.image_name }}
steps:
Expand Down Expand Up @@ -67,6 +69,8 @@ jobs:
Build-Arches-Static:
runs-on: [self-hosted]
needs: [Build-Arches]
permissions:
packages: write
outputs:
image: ${{ steps.extract_image_name.outputs.image_name }}

Expand Down Expand Up @@ -206,6 +210,8 @@ jobs:
Build-Arches-Final:
needs: [Build-Arches-Static, Build-Arches]
runs-on: [self-hosted]
permissions:
packages: write
outputs:
image: ${{ steps.extract_image_name.outputs.image_name }}
steps:
Expand Down

0 comments on commit 327a1a5

Please sign in to comment.