Skip to content

Commit 389fb6d

Browse files
committed
ci: 🐛 PAT for matlab-repo-patch
1 parent 3cc639c commit 389fb6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/patch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ on:
44

55
permissions:
66
contents: write
7-
actions: write
87

98
jobs:
109
matlab-repo-patch:
1110
runs-on: ubuntu-latest
1211
steps:
1312
- uses: actions/checkout@v4
13+
with:
14+
token: ${{ secrets.MATLAB-REPO-INIT-PATCH }}
1415
- uses: djmaxus/matlab-repo-init/.github/actions/patch@v0.8.2

0 commit comments

Comments
 (0)