Skip to content

Commit

Permalink
power line 6 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
bijujoseph authored Jun 3, 2020
1 parent f056410 commit 96f82c6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,16 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}


repo-dispatch:
runs-on: ubuntu-latest
needs: publish-gpr
steps:
- name: Repository Dispatch
uses: peter-evans/[email protected]
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: bijujoseph/tryout-repo200
event-type: lib-update-event
client-payload: '{"github": ${{ toJson(github) }}}'
15 changes: 0 additions & 15 deletions .github/workflows/repo-post.yml

This file was deleted.

0 comments on commit 96f82c6

Please sign in to comment.