Skip to content

Commit a181662

Browse files
committed
Update GIF generation workflow to use STRUCT_RUN_TOKEN for authentication
1 parent abda9e2 commit a181662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-terminal-gifs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Create Pull Request
3535
uses: peter-evans/create-pull-request@v7
3636
with:
37-
token: ${{ secrets.GITHUB_TOKEN }}
37+
token: ${{ secrets.STRUCT_RUN_TOKEN }}
3838
commit-message: Update generated VHS GIF
3939
branch: repository-dispatch/update-${{ github.run_id }}
4040
title: Update generated VHS GIF

0 commit comments

Comments
 (0)