Browse Source

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

Closes gh-33238
pull/33365/head
Stéphane Nicoll 1 year ago
parent
commit
e8630f3409
  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:
- 6.1.x
permissions:
actions: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:

Loading…
Cancel
Save