v1.7.1
This commit is contained in:
commit
c086f33b7e
2 changed files with 6 additions and 5 deletions
6
.github/workflows/on-release-published.yml
vendored
6
.github/workflows/on-release-published.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
5
.github/workflows/update-make-docs.yml
vendored
5
.github/workflows/update-make-docs.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue