Skip to content

Commit

Permalink
move token to correct part of action
Browse files Browse the repository at this point in the history
moved to PR section
  • Loading branch information
shawaj authored Dec 8, 2021
1 parent 3476258 commit 9a8891e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-gateway-mfr-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
if: env.UPDATED == 'true'
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.MR_BUMP }}
commit-message: Update gateway-mfr-rs to latest release ${{ env.GATEWAY_MFR_RS_RELEASE }}
branch: gateway-mfr-rs/${{ env.GATEWAY_MFR_RS_RELEASE }}
delete-branch: true
Expand All @@ -63,6 +64,6 @@ jobs:
footer: '<{run_url}|View Run> | Linked Repo <{repo_url}|{repo}> | <{workflow_url}|View Workflow>'
mention_groups: ${{ secrets.SLACK_DEVELOPERS_GROUP }}
notify_when: 'success'
token: ${{ secrets.MR_BUMP }}
token: ${{ secrets.GITHUB_TOKEN }}
env:
SLACK_WEBHOOK_URL: ${{ secrets.MINER_MONITORING_SLACK }}

0 comments on commit 9a8891e

Please sign in to comment.