Преглед изворни кода

ci: fix insufficient permissions for github token in release workflow

Ivan Dyachkov пре 2 година
родитељ
комит
f463f267cf
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7 0
      .github/workflows/release.yaml

+ 7 - 0
.github/workflows/release.yaml

@@ -20,7 +20,14 @@ jobs:
   upload:
     runs-on: ubuntu-22.04
     permissions:
+      contents: write
+      checks: write
       packages: write
+      actions: read
+      issues: read
+      pull-requests: read
+      repository-projects: read
+      statuses: read
     strategy:
       fail-fast: false
     steps: