0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-01-21 02:12:15 -05:00

chore(ci): do not try to backport if the secret is missing

This commit is contained in:
Earl Warren 2025-01-20 15:42:40 +01:00
parent 02402ce1c2
commit 878243bd89
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -22,6 +22,7 @@ jobs:
${{ toJSON(github) }}
EOF
- uses: https://data.forgejo.org/actions/git-backporting@v4.8.4
if: secrets.WEBSITETOKEN != ''
with:
target-branch-pattern: '^backport/(?<target>(v.*))$'
strategy: ort