Skip to content

Wolfictl Update From Release Monitor #1403

Wolfictl Update From Release Monitor

Wolfictl Update From Release Monitor #1403

name: Wolfictl Update From Release Monitor
on:
workflow_dispatch:
# Triggers the workflow every hour
schedule:
- cron: "0 * * * *"
permissions:
contents: read
id-token: write
env:
GIT_AUTHOR_NAME: frosh-ci
GIT_AUTHOR_EMAIL: ci@fos.gg
jobs:
update:
name: Wolfictl Update
if: github.repository == 'shyim/wolfi-php'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0
id: octo-sts
with:
scope: ${{ github.repository }}
identity: release-monitoring-updates
- uses: wolfi-dev/actions/wolfictl-update-rm@main
with:
repository: ${{github.repository}}
release_monitor_token: ${{ secrets.RELEASE_MONITOR_TOKEN }}
token: ${{ steps.octo-sts.outputs.token }}
git_author_name: ${{ env.GIT_AUTHOR_NAME }}
git_author_email: ${{ env.GIT_AUTHOR_EMAIL }}