Skip to content

Prepare the upgrade to Ubuntu 24.04 #3846

Prepare the upgrade to Ubuntu 24.04

Prepare the upgrade to Ubuntu 24.04 #3846

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'