diff --git a/.github/workflows/deploy_wiki.yaml b/.github/workflows/deploy_wiki.yaml index 47a7896..e765864 100644 --- a/.github/workflows/deploy_wiki.yaml +++ b/.github/workflows/deploy_wiki.yaml @@ -7,8 +7,7 @@ on: paths: - 'wiki/*' -permissions: - contents: write +permissions: {} concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} @@ -18,6 +17,8 @@ jobs: deploy: name: Deploy wiki runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout repository