Skip to content

Commit

Permalink
Merge pull request #629 from pusher/fix/release_pr
Browse files Browse the repository at this point in the history
Update release_pr workflow to not pull from private repo
  • Loading branch information
amad committed Aug 25, 2022
2 parents 9a3e69a + 6085abf commit 6d8c139
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@
- [ ] All tests are passing.
- [ ] New or changed API methods have been documented.
- [ ] `npm run format` has been run

## CHANGELOG

- [CHANGED] Describe your change here. Look at CHANGELOG.md to see the format.
3 changes: 1 addition & 2 deletions .github/workflows/release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
echo "CURRENT_VERSION=$CURRENT_VERSION" >> $GITHUB_ENV
- uses: actions/checkout@v2
with:
repository: pusher/actions
token: ${{ secrets.PUSHER_CI_GITHUB_PRIVATE_TOKEN }}
repository: pusher/public_actions
path: .github/actions
- uses: ./.github/actions/prepare-version-bump
id: bump
Expand Down

0 comments on commit 6d8c139

Please sign in to comment.