This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2023-06-12 12:01:05 +00:00
|
|
|
name: authentik-on-release-next-branch
|
2023-06-12 10:25:24 +00:00
|
|
|
|
|
|
|
on:
|
|
|
|
schedule:
|
|
|
|
- cron: "0 12 * * *" # every day at noon
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
permissions:
|
|
|
|
contents: write
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
update-next:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
environment: internal-production
|
|
|
|
steps:
|
2023-09-05 04:42:41 +00:00
|
|
|
- uses: actions/checkout@v4
|
2023-06-12 10:25:24 +00:00
|
|
|
with:
|
|
|
|
ref: main
|
2023-06-13 13:41:35 +00:00
|
|
|
- run: |
|
2023-06-13 09:16:55 +00:00
|
|
|
git push origin --force main:next
|