This commit is contained in:
Joey Orlando 2024-06-13 14:49:25 -04:00 committed by GitHub
commit c086f33b7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View file

@ -88,8 +88,12 @@ jobs:
# These permissions are needed to assume roles from Github's OIDC.
# https://github.com/grafana/shared-workflows/tree/main/actions/get-vault-secrets
permissions:
contents: read
id-token: write
contents: read
# the following permissions are needed for the yaml-update-action step
# https://github.com/fjogeleit/yaml-update-action/issues/539#issuecomment-1440922870
issues: write
pull-requests: write
steps:
- name: Checkout project
uses: actions/checkout@v4

View file

@ -1,4 +1,4 @@
name: Update `make docs` procedure
name: Update make docs procedure
on:
schedule:
@ -7,10 +7,7 @@ on:
jobs:
main:
if: github.repository == 'grafana/oncall'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: grafana/writers-toolkit/update-make-docs@update-make-docs/v1
with:
pr_options: --label "pr:no changelog"