Skip to content

Commit

Permalink
Use new ci token
Browse files Browse the repository at this point in the history
  • Loading branch information
mliu committed Oct 23, 2024
1 parent 8191572 commit 95af61e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/production-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Production NPM Packages Publishing
on:
pull_request:
types: [closed]
branches: ["master"]
branches: ['master']

jobs:
deploy-prod:
Expand All @@ -15,14 +15,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
token: ${{ secrets.CI_TOKEN }}
token: ${{ secrets.CI_TOKEN_PUBLIC }}

- name: Use Node.js 18.13.0
uses: actions/setup-node@v3
with:
node-version: 18.13.0
registry-url: "https://registry.npmjs.org"
cache: "yarn"
registry-url: 'https://registry.npmjs.org'
cache: 'yarn'

- name: Cache Yarn dependencies
uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/submodule-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- uses: actions/checkout@v3
with:
repository: 00labs/huma-dapp
ref: "develop"
token: ${{ secrets.CI_TOKEN }}
ref: 'develop'
token: ${{ secrets.CI_TOKEN_PUBLIC }}
submodules: true

- name: Pull & update submodules recursively
Expand Down

0 comments on commit 95af61e

Please sign in to comment.