Skip to content

Add badge on main page to know if the source is correctly working or not #2215

Add badge on main page to know if the source is correctly working or not

Add badge on main page to know if the source is correctly working or not #2215

Workflow file for this run

name: Backport
on:
pull_request:
types:
- closed
- labeled
env:
HAS_SECRETS: ${{ secrets.HAS_SECRETS }}
jobs:
backport:
name: Backport
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:
- uses: camptocamp/backport-action@master
with:
token: ${{ secrets.GOPASS_CI_GITHUB_TOKEN }}
if: env.HAS_SECRETS == 'HAS_SECRETS'