use new trustedAuthors flag in CI action (#2992)

This commit is contained in:
Kevin Papst
2021-12-04 22:46:39 +01:00
committed by GitHub
parent 99905497e1
commit f5949b6b9a

View File

@@ -8,7 +8,6 @@ jobs:
lockfiles:
runs-on: ubuntu-latest
name: Verify lock file integrity
if: ${{ github.actor != 'kevinpapst' && github.actor != 'dependabot[bot]' }}
steps:
- name: Clone Kimai
uses: actions/checkout@v2
@@ -17,3 +16,4 @@ jobs:
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
pattern: .*.lock
trustedAuthors: kevinpapst, dependabot