Skip to content

Commit

Permalink
ci: update CI config files (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot authored Feb 27, 2023
1 parent 4369653 commit bda0c1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# File managed by web3-bot. DO NOT EDIT.
# See https://github.com/protocol/.github/ for details.

name: Automerge
on: [ pull_request ]

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/js-test-and-release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# File managed by web3-bot. DO NOT EDIT.
# See https://github.com/protocol/.github/ for details.

name: test & maybe release
on:
push:
Expand Down Expand Up @@ -139,5 +142,5 @@ jobs:
docker-username: ${{ secrets.DOCKER_USERNAME }}
- run: npm run --if-present release
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN || github.token }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit bda0c1e

Please sign in to comment.