Browse Source

givin write access to publish workflow

Hovsep Papoyan 1 year ago
parent
commit
23ac00b7db
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/publish.yml

+ 2 - 0
.github/workflows/publish.yml

@@ -15,6 +15,8 @@ on:
 jobs:
   publish:
     name: publish
+    permissions:
+      contents: write
     runs-on: ubuntu-latest
     steps:
       - run: |