We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99075e commit 68acedbCopy full SHA for 68acedb
.github/workflows/script-commands.yml
@@ -3,6 +3,9 @@ name: Set as Executable and Generate Documentation
3
on:
4
push:
5
branches: [master]
6
+ paths-ignore:
7
+ - commands/README.md
8
+ - commands/extensions.json
9
10
jobs:
11
scriptCommands:
@@ -12,6 +15,7 @@ jobs:
12
15
- uses: actions/checkout@v4
13
16
with:
14
17
fetch-depth: 0
18
+ token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
19
20
- name: Setup Xcode
21
uses: raycast/github-actions/[email protected]
@@ -40,7 +44,7 @@ jobs:
40
44
uses: ad-m/github-push-action@master
41
45
42
46
branch: ${{ github.ref }}
43
- github_token: ${{ secrets.GITHUB_TOKEN }}
47
+ github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
48
49
- name: Notify Failure
50
if: failure()
0 commit comments