Browse Source
ci: add packages permission to build workflow
pull/4985/head
Nicolas Giard
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
.github/workflows/build.yml
|
|
@ -15,6 +15,8 @@ jobs: |
|
|
|
build: |
|
|
|
name: Build |
|
|
|
runs-on: ubuntu-latest |
|
|
|
permissions: |
|
|
|
packages: write |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
@ -113,6 +115,8 @@ jobs: |
|
|
|
name: ARM Build |
|
|
|
runs-on: ubuntu-latest |
|
|
|
needs: [cypress] |
|
|
|
permissions: |
|
|
|
packages: write |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|