Skip to content

Commit

Permalink
Update alternate-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ash17290 authored Mar 28, 2024
1 parent f980dc2 commit eda6046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alternate-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: steps.pr.outputs.updateable == 'true'
uses: actions/github-script@v7
with:
github-token: ${{ secrets.BOT_TOKEN || secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.BOT_TOKEN }}
script: |
const mutation = `mutation update($input: UpdatePullRequestBranchInput!) {
updatePullRequestBranch(input: $input) {
Expand Down

0 comments on commit eda6046

Please sign in to comment.