We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39fb52 commit 2e21df8Copy full SHA for 2e21df8
.github/workflows/apply-precommit.yml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
lint:
10
if: github.repository_owner == 'TYPO3-documentation'
11
+ permissions:
12
+ contents: write # needed to push commit
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout code
.github/workflows/backport.yml
@@ -9,6 +9,9 @@ jobs:
backport:
runs-on: ubuntu-22.04
name: Backport
+ contents: write # needed to push the backport branch
+ pull-requests: write # needed to open the PR
16
- name: Backport
17
uses: m-kuhn/backport@v1.2.6
0 commit comments