diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b54acf..5416615 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: branches: - main -permissions: { contents: read } +permissions: {} jobs: ci: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1636f98..5601256 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,6 @@ jobs: if: ${{ github.repository_owner == 'nuxt' && github.event_name == 'push' }} permissions: id-token: write - contents: read steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - run: corepack enable