Skip to content

Commit

Permalink
adds workflow to trigger creation of PR in buildpacks/registry-index …
Browse files Browse the repository at this point in the history
…on release of buildpacks/github-actions

Signed-off-by: Mritunjay Sharma <[email protected]>
  • Loading branch information
mritunjaysharma394 committed Jul 13, 2021
1 parent fd0c09d commit 4e59a9b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/action-registry-index-update-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Creating the PR to update the version of buildpacks/github-actions on buildpacks/registry-index
on:
release:
types: [published]
jobs:
myEvent:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.DISTRIBUTION_GITHUB_TOKEN }}
repository: buildpacks/registry-index
event-type: release-event

0 comments on commit 4e59a9b

Please sign in to comment.