Browse Source

Remove useless permissions on build-and-deploy-snapshot workflow

Closes gh-33240
5.3.x
Stéphane Nicoll 1 year ago
parent
commit
286f5f295e
  1. 2
      .github/workflows/build-and-deploy-snapshot.yml

2
.github/workflows/build-and-deploy-snapshot.yml

@ -3,8 +3,6 @@ on: @@ -3,8 +3,6 @@ on:
push:
branches:
- 5.3.x
permissions:
actions: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:

Loading…
Cancel
Save