Skip to content

Commit

Permalink
ci: Updated pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Dec 21, 2023
1 parent 668b392 commit b7e9dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Run DependaMerge
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.DEPENDABOT }}
handle-submodule: true


2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ runs:
- name: Fetch metadata
id: metadata
uses: dependabot/[email protected]
if: github.event_name == 'pull_request' && (github.actor == 'dependabot[bot]' || github.triggering_actor == 'dependabot[bot]')
if: github.event_name == 'pull_request' && (github.actor == 'dependabot[bot]' || github.triggering_actor == 'dependabot[bot]' || inputs.skip-verification)
with:
github-token: ${{ inputs.token }}
alert-lookup: true
Expand Down

0 comments on commit b7e9dd1

Please sign in to comment.