Skip to content

Commit

Permalink
fix: update digestabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliagranato authored Mar 20, 2024
1 parent d32f03f commit a11ab7b
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/digestabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,19 @@ jobs:
runs-on: ubuntu-latest

permissions:
contents: write
pull-requests: write
id-token: write
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@9bb56186c3b09b4f86b1c65136769dd318469633

- uses: chainguard-dev/digestabot@3830b931642989ef391e6db4c0bbcd2bc20d064f
- uses: actions/checkout@v4
- uses: chainguard-dev/[email protected]
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
signoff: true
author: update-bot
committer: [email protected] # Define o email do autor do commit
labels-for-pr: automated pr, kind/cleanup, release-note-none
branch-for-pr: update-digests
title-for-pr: Update images digests
commit-message: Update images digests

0 comments on commit a11ab7b

Please sign in to comment.