Browse Source

wip: github actions

Frank 7 months ago
parent
commit
867a69a751
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/publish-github-action.yml

+ 3 - 0
.github/workflows/publish-github-action.yml

@@ -5,6 +5,9 @@ on:
 
 concurrency: ${{ github.workflow }}-${{ github.ref }}
 
+permissions:
+  contents: write
+
 jobs:
   publish:
     runs-on: ubuntu-latest