We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5c256 commit e4fade9Copy full SHA for e4fade9
1 file changed
.github/workflows/sync.yaml
@@ -8,14 +8,16 @@ on:
8
9
jobs:
10
sync_latest_from_upstream:
11
+ permissions:
12
+ contents: write
13
runs-on: ubuntu-latest
14
name: Sync latest commits from upstream repo
15
16
steps:
17
# REQUIRED step
18
# Step 1: run a standard checkout action, provided by github
19
- name: Checkout target repo
- uses: actions/checkout@v3
20
+ uses: actions/checkout@v4
21
with:
22
ref: master
23
0 commit comments