Skip to content

Commit b04de4f

Browse files
committed
ci: pass token to ci workflow as well
1 parent 7812d77 commit b04de4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

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

5858
- name: 📦 Install dependencies
5959
run: pnpm install
60+
env:
61+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6062

6163
- name: 🛠 Build project
6264
run: pnpm build

0 commit comments

Comments
 (0)