Skip to content

Commit 70b1655

Browse files
authored
Use GITHUB_TOKEN
1 parent 619df3a commit 70b1655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: "Merge pull request"
7070
uses: "actions/github-script@v2"
7171
with:
72-
github-token: "${{ secrets.SONATA_CI_GITHUB_TOKEN }}"
72+
github-token: "${{ secrets.GITHUB_TOKEN }}"
7373
script: |
7474
const pullRequest = context.payload.pull_request
7575
const repository = context.repo

0 commit comments

Comments
 (0)