Skip to content

Commit

Permalink
Merge pull request #20 from inextensodigital/fix-create-master-dev-pr…
Browse files Browse the repository at this point in the history
…-token

Fix master → dev PR creation to trigger CI
  • Loading branch information
vibou authored Oct 23, 2019
2 parents a3d5cde + fd01c38 commit a838283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-master-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:

- name: Auto create master → dev PR
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.IEDBOT_TOKEN }}
run: hub pull-request -b dev -h master -m "master → dev" || exit 0

0 comments on commit a838283

Please sign in to comment.