Skip to content

Commit

Permalink
ci: change auto-merge token [skip ci] (#1307)
Browse files Browse the repository at this point in the history
Signed-off-by: Pat Losoponkul <[email protected]>
  • Loading branch information
patlo-iog authored Aug 29, 2024
1 parent 8e39d0b commit 2668baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Update PRs
uses: actions/github-script@v7
with:
github-token: ${{ secrets.TMP_IDENTUS_CI2 }}
github-token: ${{ secrets.IDENTUS_CI_INTERNAL }}
script: |
let pr = {
number: ${{ github.event.pull_request.number }},
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Update PRs
uses: actions/github-script@v7
with:
github-token: ${{ secrets.TMP_IDENTUS_CI2 }}
github-token: ${{ secrets.IDENTUS_CI_INTERNAL }}
script: |
const { data: pullRequests } = await github.rest.pulls.list({
base: 'main',
Expand Down

0 comments on commit 2668baa

Please sign in to comment.