Skip to content

Commit

Permalink
v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyorlando authored Jun 13, 2024
2 parents 6f08924 + 7cdef43 commit c086f33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/on-release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/update-make-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update `make docs` procedure
name: Update make docs procedure

on:
schedule:
Expand All @@ -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"

0 comments on commit c086f33

Please sign in to comment.