Skip to content

Commit

Permalink
Merge pull request #68 from mritunjaysharma394/create-ga
Browse files Browse the repository at this point in the history
adds workflow to trigger creation of PR in buildpacks/registry-index and fixes #40
  • Loading branch information
jkutner committed Jul 14, 2021
2 parents fd0c09d + 4ebefa7 commit 07bcb80
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.1.13
with:
token: ${{ secrets.DISTRIBUTION_GITHUB_TOKEN }}
repository: buildpacks/registry-index
event-type: release-event

0 comments on commit 07bcb80

Please sign in to comment.