Skip to content

Commit

Permalink
build: sync branches with github-actions[bot] and approve PR with edx…
Browse files Browse the repository at this point in the history
…-requirements-bot (#333)
  • Loading branch information
adamstankiewicz authored Apr 13, 2023
1 parent 99a2acc commit 97bf27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-master-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: cpr
uses: tretuna/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.requirements_bot_github_token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FROM_BRANCH: master
TO_BRANCH: alpha
- name: Auto-approve pull request for dependent project usages
Expand All @@ -31,5 +31,5 @@ jobs:
- name: Enable Pull Request Automerge
uses: peter-evans/enable-pull-request-automerge@v2
with:
token: ${{ secrets.requirements_bot_github_token }}
pull-request-number: ${{ steps.cpr.outputs.PULL_REQUEST_NUMBER }}
token: ${{ secrets.requirements_bot_github_token }}

0 comments on commit 97bf27f

Please sign in to comment.