forked from badtuxx/giropops-senhas
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d32f03f
commit a11ab7b
Showing
1 changed file
with
12 additions
and
6 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |