Skip to content

Commit 4186f03

Browse files
CI: fix script-commands SOC2 commits
1 parent c5ab20e commit 4186f03

File tree

3 files changed

+52
-19
lines changed

3 files changed

+52
-19
lines changed

.github/workflows/script-commands.yml

+4
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]

commands/README.md

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

commands/extensions.json

+47-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)