diff --git a/.github/workflows/release-or-version-pr.yml b/.github/workflows/release-or-version-pr.yml index 5ab64a6..2216e67 100644 --- a/.github/workflows/release-or-version-pr.yml +++ b/.github/workflows/release-or-version-pr.yml @@ -11,9 +11,6 @@ jobs: if: ${{ github.repository == 'hyperse-io/demo-repository' && contains('refs/heads/main',github.ref)}} name: Release and changelog runs-on: ubuntu-latest - permissions: - packages: write - contents: read steps: - name: Checkout Repo uses: actions/checkout@v4