Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed Oct 6, 2023
1 parent c760e7b commit 02f3576
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 466 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
jobs:
publish-npm:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
environment: CI
steps:
- uses: actions/checkout@v3
Expand All @@ -18,7 +21,7 @@ jobs:
node-version: 19
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish --access public
- run: npm publish --provenance --access public
env:
ACCESS_KEY_ID: ${{secrets.access_key_id}}
BASE_URI: ${{secrets.base_uri}}
Expand Down
Loading

0 comments on commit 02f3576

Please sign in to comment.