Merge pull request #9 from nataliagranato/dependabot/github_actions/c… #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Image digest update | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
image-update: | |
name: Image digest update | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write # Permissão para escrever no repositório | |
pull-requests: write # Permissão para abrir PRs | |
id-token: write # Necessário para solicitar o JWT (JSON Web Token) | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: chainguard-dev/[email protected] | |
with: | |
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | |
signoff: true | |
author: "Natália Granato <[email protected]>" | |
committer: "Natália Granato <[email protected]>" | |
labels-for-pr: automated pr, kind/cleanup, release-note-none | |
branch-for-pr: update-digests | |
title-for-pr: Update images digests |