We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54f8943 + 4b42a71 commit c7edd4aCopy full SHA for c7edd4a
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Bun
18
uses: oven-sh/setup-bun@v2
19
with:
20
- bun-version: 1.3.9
+ token: ${{ github.token }}
21
22
- name: Install dependencies
23
run: bun install
.github/workflows/live-smoke.yml
@@ -23,7 +23,7 @@ jobs:
24
25
26
27
28
29
.github/workflows/release.yml
@@ -35,8 +35,7 @@ jobs:
35
36
37
38
39
- token: ""
40
41
42
0 commit comments