Skip to content

Commit f422aac

Browse files
committed
chore: Update runner
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
1 parent 96a926d commit f422aac

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ permissions:
77
contents: read
88

99
jobs:
10+
### RECOMMEND PUBLISHING TO GHCR INSTEAD OF NPMJS
1011
publish:
1112
name: Publish NPM package
1213
runs-on: hl-contr-lin-md
@@ -30,8 +31,10 @@ jobs:
3031
- name: Install Dependencies
3132
run: npm ci
3233

34+
## Cannot publish to npmjs using self hosted runners
3335
- name: Publish NPM package
3436
run: npm publish --access public
3537
working-directory: ./contracts
3638
env:
39+
## NPM_TOKEN is not configured in the repo and is no longer supported for publishing
3740
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permissions:
2828

2929
jobs:
3030
acceptance-workflow:
31-
runs-on: hl-contr-lin-md
31+
runs-on: hl-contr-lin-lg
3232
timeout-minutes: 35
3333
strategy:
3434
fail-fast: false

0 commit comments

Comments
 (0)