Skip to content

Commit

Permalink
chore: start running CI again (#64)
Browse files Browse the repository at this point in the history
The `pl-strflt` org has been renamed `ipdxco`, the `uci` repo has
been renamed `unified-github-workflows` and someone deleted the
`v0.0` tag so update to the new versions.
  • Loading branch information
achingbrain authored Apr 26, 2024
1 parent abaaeab commit 9399f95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/js-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ concurrency:

jobs:
js-test-and-release:
uses: pl-strflt/uci/.github/workflows/js-test-and-release.yml@v0.0
uses: ipdxco/unified-github-workflows/.github/workflows/js-test-and-release.yml@v1.0
secrets:
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9399f95

Please sign in to comment.