Skip to content

Commit

Permalink
Merge pull request #65 from clouddrove/feature/autoMerge
Browse files Browse the repository at this point in the history
Feat: update the automerge shared workflow with CI token
  • Loading branch information
d4kverma authored Dec 6, 2023
2 parents 3f6ec99 + 83fe19d commit 3163e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
uses: clouddrove/github-shared-workflows/.github/workflows/automerge.yml@feature/autoMergeTest
secrets:
GITHUB: ${{ secrets.GITHUB }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
with:
tfcheck: 'nlb / Get min/max versions'

0 comments on commit 3163e0e

Please sign in to comment.