Skip to content

Image digest update #330

Image digest update

Image digest update #330

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0
id: octo-sts
with:
scope: ${{ github.repository }}
identity: digestabot
- uses: chainguard-dev/digestabot@3830b931642989ef391e6db4c0bbcd2bc20d064f # v1.0.3
with:
token: ${{ steps.octo-sts.outputs.token }}