Skip to content

Commit

Permalink
Merge pull request #570 from Zemnmez/disable-auto-update
Browse files Browse the repository at this point in the history
disable auto update
  • Loading branch information
Zemnmez committed Jul 14, 2022
2 parents 00d4612 + 7062c2b commit ee0bb84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ on: push # yamllint disable-line rule:truthy

jobs:
Auto:
# Suppress for dependabot -- bot has to manually resolve lock conflicts etc
name: Auto-update
runs-on: ubuntu-latest
steps:
- uses: tibdex/auto-update@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GH_PAT }}

0 comments on commit ee0bb84

Please sign in to comment.