diff --git a/.github/workflows/template-updater.yml b/.github/workflows/template-updater.yml index 6a265f9c2..4610e961a 100644 --- a/.github/workflows/template-updater.yml +++ b/.github/workflows/template-updater.yml @@ -8,6 +8,9 @@ jobs: TemplateUpdater: runs-on: ubuntu-latest if: ${{ github.repository != 'sebbo2002/js-template' }} + permissions: + contents: write + pull-requests: write steps: - name: 🤖 is-semantic-release uses: sebbo2002/action-template-updater@develop diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index a72757b9a..34ab2b29e 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -75,6 +75,7 @@ jobs: issues: write pull-requests: write packages: write + pages: write steps: - name: ☁️ Checkout Project uses: actions/checkout@v3