mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-03-01 06:53:10 -08:00
fix: Re-trigger CI when cargo vet exemptions are regenerated for Dependabot PRs
Co-authored-by: David Niehues <niehues@utilacy.com>
This commit is contained in:
4
.github/workflows/supply-chain.yml
vendored
4
.github/workflows/supply-chain.yml
vendored
@@ -150,6 +150,10 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
echo "IN_DEPENDABOT_PR_CONTEXT=$IN_DEPENDABOT_PR_CONTEXT" >> $GITHUB_ENV
|
echo "IN_DEPENDABOT_PR_CONTEXT=$IN_DEPENDABOT_PR_CONTEXT" >> $GITHUB_ENV
|
||||||
shell: bash
|
shell: bash
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
if: env.IN_DEPENDABOT_PR_CONTEXT == 'true'
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.CI_BOT_PAT }}
|
||||||
- name: In case of a dependabot PR, ensure that we are not in a detached HEAD state
|
- name: In case of a dependabot PR, ensure that we are not in a detached HEAD state
|
||||||
if: env.IN_DEPENDABOT_PR_CONTEXT == 'true'
|
if: env.IN_DEPENDABOT_PR_CONTEXT == 'true'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user