Skip to content

Commit 6c16314

Browse files
committed
🔧 fix: ci
1 parent 4c61252 commit 6c16314

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- 'v*'
7+
workflow_dispatch:
78

89
permissions:
910
contents: read

.github/workflows/update.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
pull_request:
55
types: [opened, synchronize]
66
paths:
7-
- package-lock.json
87
- package.json
8+
workflow_dispatch:
99

1010
permissions:
1111
contents: write
@@ -19,9 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
ref: ${{ github.head_ref }}
22-
persist-credentials: false
2322
fetch-depth: 0
24-
token: ${{ secrets.PAT_TOKEN }}
2523

2624
- name: Setup Bun
2725
uses: oven-sh/setup-bun@v2
@@ -47,7 +45,7 @@ jobs:
4745
- name: Push changes
4846
uses: ad-m/github-push-action@master
4947
with:
50-
github_token: ${{ secrets.PAT_TOKEN }}
48+
github_token: ${{ secrets.GITHUB_TOKEN }}
5149
branch: ${{ github.head_ref }}
5250

5351
- name: Enable auto-merge

download/material-icons.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)