Skip to content

Commit

Permalink
Merge branch 'main' of github.com:nateshmbhat/tap-rpc into persistancy
Browse files Browse the repository at this point in the history
  • Loading branch information
nateshmbhat committed Jul 15, 2021
2 parents abb43bc + b4cd749 commit 3252b9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:

jobs:
build:
env:
GITHUB_TOKEN: ${{secrets.GH_TOKEN}}
runs-on: ${{matrix.os}}
strategy:
matrix:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_binaries_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

jobs:
build:
env:
GITHUB_TOKEN: ${{secrets.GH_TOKEN}}
runs-on: ${{matrix.os}}
strategy:
matrix:
Expand Down

0 comments on commit 3252b9b

Please sign in to comment.