Skip to content

Commit acb854a

Browse files
committed
chore: Use GITHUB_TOKEN in actions
1 parent b9f2c94 commit acb854a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
uses: jdx/mise-action@v2
2727
with:
2828
install: true
29+
env:
30+
MISE_HTTP_TIMEOUT: 300
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2932

3033
- name: Checkout gh-pages Branch
3134
uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
uses: jdx/mise-action@v2
2727
with:
2828
install: true
29+
env:
30+
MISE_HTTP_TIMEOUT: 300
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2932

3033
- name: Test iOS
3134
run: >

0 commit comments

Comments
 (0)