Skip to content

Commit 536f34b

Browse files
committed
R readme
1 parent 98aa7c1 commit 536f34b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sync_r.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@ on:
66
paths: [ 'src/R/**' ] # Only trigger when R code changes
77
workflow_dispatch:
88

9+
permissions:
10+
contents: write
11+
912
jobs:
1013
sync:
1114
runs-on: ubuntu-latest
1215
steps:
1316
- uses: actions/checkout@v4
1417
with:
1518
fetch-depth: 0 # Need full history for subtree
16-
token: ${{ secrets.PAT_TOKEN }} # Use PAT for checkout
19+
token: ${{ secrets.PAT_TOKEN }}
1720

1821
- name: Setup Git
1922
run: |

0 commit comments

Comments
 (0)