Skip to content

Commit 68acedb

Browse files
CI: fix script-commands SOC2 commits (fixes RAY-16840)
1 parent c99075e commit 68acedb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/script-commands.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Set as Executable and Generate Documentation
33
on:
44
push:
55
branches: [master]
6+
paths-ignore:
7+
- commands/README.md
8+
- commands/extensions.json
69

710
jobs:
811
scriptCommands:
@@ -12,6 +15,7 @@ jobs:
1215
- uses: actions/checkout@v4
1316
with:
1417
fetch-depth: 0
18+
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1519

1620
- name: Setup Xcode
1721
uses: raycast/github-actions/[email protected]
@@ -40,7 +44,7 @@ jobs:
4044
uses: ad-m/github-push-action@master
4145
with:
4246
branch: ${{ github.ref }}
43-
github_token: ${{ secrets.GITHUB_TOKEN }}
47+
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
4448

4549
- name: Notify Failure
4650
if: failure()

0 commit comments

Comments
 (0)