Explorar el Código

wip: github actions

Frank hace 1 año
padre
commit
867a69a751
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 }}
 concurrency: ${{ github.workflow }}-${{ github.ref }}
 
 
+permissions:
+  contents: write
+
 jobs:
 jobs:
   publish:
   publish:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest