Skip to content

Commit 5fa8a00

Browse files
authored
ci(ci.yml): pass USERSTYLES_TOKEN secret to access gh api (catppuccin#1543)
1 parent d0c973e commit 5fa8a00

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838

3939
- name: Update generated files
4040
run: deno task generate
41+
env:
42+
GITHUB_TOKEN: ${{ secrets.USERSTYLES_TOKEN }}
4143

4244
- name: Commit changes
4345
uses: EndBug/add-and-commit@v9

0 commit comments

Comments
 (0)