-
Notifications
You must be signed in to change notification settings - Fork 4
37 lines (30 loc) · 875 Bytes
/
digestabot.yaml
File metadata and controls
37 lines (30 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: Digestabot
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 0"
permissions:
contents: read
jobs:
digestabot:
name: Digestabot
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
id-token: write
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
with:
egress-policy: audit
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
# Run digestabot
- uses: chainguard-dev/digestabot@a3b776c1ca57d3127c85578cde8fef6eed3c75d3 # v1.2.3
id: digestabot
with:
token: ${{ secrets.GITHUB_TOKEN }}
title-for-pr: 'Update Digests'
commit-message: 'Update Digests'
branch-for-pr: digestabot
labels-for-pr: ''