Skip to content

Commit 7f50c66

Browse files
authored
ci: Fix gitflow workflows (#6995)
1 parent 121c2c9 commit 7f50c66

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/gitflow-sync-develop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
runs-on: ubuntu-20.04
2020
permissions:
2121
pull-requests: write
22+
contents: write
2223
steps:
2324
- name: git checkout
2425
uses: actions/checkout@v3

.github/workflows/gitflow-sync-master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
runs-on: ubuntu-20.04
2222
permissions:
2323
pull-requests: write
24+
contents: write
2425
steps:
2526
- name: git checkout
2627
uses: actions/checkout@v3

0 commit comments

Comments
 (0)