From 42cd247a46f139f609987f65f5f050aceee0c314 Mon Sep 17 00:00:00 2001 From: tianyingchun Date: Thu, 15 Aug 2024 14:12:45 +0800 Subject: [PATCH] updates --- .github/workflows/release-or-version-pr.yml | 3 --- 1 file changed, 3 deletions(-) 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