Skip to content

Commit 9c09629

Browse files
committed
Using github runner for npm publish
1 parent 0f02c9c commit 9c09629

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ on:
1010
branches:
1111
- '**'
1212

13-
permissions:
14-
id-token: write
15-
actions: read
16-
contents: write
1713

1814
jobs:
1915
build:
2016
environment: ${{ startsWith(github.ref, 'refs/tags/v') && 'deployments' || '' }}
21-
runs-on: buildjet-2vcpu-ubuntu-2204
17+
runs-on: ubuntu-latest
18+
permissions:
19+
id-token: write
20+
actions: read
21+
contents: write
2222
steps:
2323
- uses: actions/checkout@v6
2424
- uses: actions/setup-java@v5

0 commit comments

Comments
 (0)