Skip to content

Image digest update #457

Image digest update

Image digest update #457

Workflow file for this run

name: Image digest update
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *"
jobs:
image-update:
name: Image digest update
runs-on: ubuntu-latest
if: github.repository == 'chainguard-dev/terraform-provider-apko'
permissions:
contents: read # To clone the repo
id-token: write # To gitsign and federate
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0
id: octo-sts
with:
scope: ${{ github.repository }}
identity: digestabot
- uses: chainguard-dev/digestabot@02ea60d2aeb26664ace4a9cc2ecdbea96888aaa4 # v1.2.0
with:
token: ${{ steps.octo-sts.outputs.token }}