Skip to content

Wolfictl Update From Release Monitor #3022

Wolfictl Update From Release Monitor

Wolfictl Update From Release Monitor #3022

name: Wolfictl Update From Release Monitor
on:
workflow_dispatch:
# Triggers the workflow every hour
schedule:
- cron: "0 * * * *"
permissions:
contents: write
pull-requests: write
env:
GIT_AUTHOR_NAME: wolfi-bot
GIT_AUTHOR_EMAIL: 121097084+wolfi-bot@users.noreply.github.com
jobs:
update:
name: Wolfictl Update
if: github.repository == 'wolfi-dev/os'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:d1b9024013f30e02d3cab05298efe1f7541abea92bfcec4ec5ff9c55c57a4472
with:
entrypoint: wolfictl
args: update https://github.com/${{github.repository}} --github-release-query=false --github-labels request-version-update --github-labels "automated pr"
env:
RELEASE_MONITOR_TOKEN: ${{ secrets.RELEASE_MONITOR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.WOLFI_BOT_CLASSIC_PAT }}
GIT_AUTHOR_NAME: ${{ env.GIT_AUTHOR_NAME }}
GIT_AUTHOR_EMAIL: ${{ env.GIT_AUTHOR_EMAIL }}