Skip to content

Commit e4fade9

Browse files
authored
Update sync.yaml
1 parent fb5c256 commit e4fade9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sync.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ on:
88

99
jobs:
1010
sync_latest_from_upstream:
11+
permissions:
12+
contents: write
1113
runs-on: ubuntu-latest
1214
name: Sync latest commits from upstream repo
1315

1416
steps:
1517
# REQUIRED step
1618
# Step 1: run a standard checkout action, provided by github
1719
- name: Checkout target repo
18-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
1921
with:
2022
ref: master
2123

0 commit comments

Comments
 (0)