diff --git a/.github/workflows/playground-preview.yml b/.github/workflows/playground-preview.yml index a8c90dc41..2a282d791 100644 --- a/.github/workflows/playground-preview.yml +++ b/.github/workflows/playground-preview.yml @@ -26,12 +26,6 @@ concurrency: group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }} cancel-in-progress: true -# Permission can be added at job level or workflow level -# -# IS THIS STILL NEEDED ??? -# permissions: -# pull-requests: write - jobs: zip: