Skip to content

Commit

Permalink
chore: add or force update .github/workflows/js-test-and-release.yml (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot authored Mar 21, 2024
1 parent 16e0e10 commit 0c5f3e1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/js-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,15 @@ on:

permissions:
contents: write
id-token: write
packages: write
pull-requests: write

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: true

jobs:
js-test-and-release:
uses: pl-strflt/uci/.github/workflows/[email protected]
secrets:
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }}
uses: pl-strflt/uci/.github/workflows/[email protected]
secrets: inherit

0 comments on commit 0c5f3e1

Please sign in to comment.