Browse Source

github: define alpine permissions [skip ci]

> unauthorized: access token has insufficient scopes
Victor Seva 1 năm trước cách đây
mục cha
commit
2bf0611977
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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