diff --git a/.github/workflows/ci-security.yml b/.github/workflows/ci-security.yml index 6dd80b8f54..3c4b4f55dc 100644 --- a/.github/workflows/ci-security.yml +++ b/.github/workflows/ci-security.yml @@ -20,8 +20,6 @@ jobs: name: Check CI Clearance if: github.event_name == 'pull_request_target' && (github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id || github.event.pull_request.user.id == 49699333) && github.event.pull_request.state == 'open' runs-on: ubuntu-latest - permissions: - pull-requests: write steps: - name: Generate App Token id: app-token-generation diff --git a/.github/workflows/size-label.yml b/.github/workflows/size-label.yml index 69b51c5e52..c95dab8236 100644 --- a/.github/workflows/size-label.yml +++ b/.github/workflows/size-label.yml @@ -9,9 +9,6 @@ concurrency: jobs: size-label: name: Add Size Label - permissions: - contents: read - pull-requests: write runs-on: ubuntu-latest steps: - name: Generate App Token