mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-16 11:02:22 +03:00
Update condition to restrict on GitHub actor
This commit is contained in:
parent
0b777339ff
commit
b92e179134
2
.github/workflows/align-versions.yml
vendored
2
.github/workflows/align-versions.yml
vendored
|
@ -14,7 +14,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
if: github.repository_owner == 'cookiecutter'
|
if: ${{ github.actor == 'pyup-bot' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
GH_PAT: ${{ secrets.GH_PAT }}
|
GH_PAT: ${{ secrets.GH_PAT }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user