From 7a936d79f084c466b8442b4d629d80b18c0fa67b Mon Sep 17 00:00:00 2001 From: Jeff Principe Date: Fri, 12 Apr 2024 10:24:30 -0700 Subject: [PATCH] ci: reset GITHUB_TOKEN perms to default --- .github/workflows/ci.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4e9584b..2ea9214 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,8 +1,4 @@ name: 'Continuous Integration' -permissions: - contents: write - pull-requests: write - issues: write on: push: branches: @@ -88,4 +84,4 @@ jobs: run: npm run release env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GH_TOKEN }}