Browse Source

github: define alpine permissions [skip ci]

> unauthorized: access token has insufficient scopes
Victor Seva 1 year ago
parent
commit
2bf0611977
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .github/workflows/alpine.yml

+ 3 - 1
.github/workflows/alpine.yml

@@ -10,7 +10,9 @@ on:
 env:
   IMAGE_NAME: kamailio-ci
   SOURCE_BRANCH: ${{ github.ref_name }}
-
+permissions:
+  contents: read
+  packages: write 
 jobs:
   x86_64:
     runs-on: ubuntu-latest