We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619df3a commit 70b1655Copy full SHA for 70b1655
.github/workflows/ci.yaml
@@ -69,7 +69,7 @@ jobs:
69
- name: "Merge pull request"
70
uses: "actions/github-script@v2"
71
with:
72
- github-token: "${{ secrets.SONATA_CI_GITHUB_TOKEN }}"
+ github-token: "${{ secrets.GITHUB_TOKEN }}"
73
script: |
74
const pullRequest = context.payload.pull_request
75
const repository = context.repo
0 commit comments