Skip to content

[r353] fix(deps): update github.com/grafana/dskit digest to 9430c6c (… #29

[r353] fix(deps): update github.com/grafana/dskit digest to 9430c6c (…

[r353] fix(deps): update github.com/grafana/dskit digest to 9430c6c (… #29

name: Update vendored versions in grafana/backend-enterprise weekly branches
on:
push:
branches:
- 'r[0-9]*'
permissions:
contents: read
id-token: write
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- name: Retrieve GitHub App Credentials from Vault
id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@28361cdb22223e5f1e34358c86c20908e7248760 # v1.1.0
with:
repo_secrets: |
APP_ID=mimir-github-bot:app_id
PRIVATE_KEY=mimir-github-bot:private_key
- name: Generate GitHub App Token
id: app-token
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
with:
# Variables generated by the previous step get-secrets
app-id: ${{ env.APP_ID }}
private-key: ${{ env.PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
- name: Send repository_dispatch to grafana/backend-enterprise
uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3.0.0
with:
token: ${{ steps.app-token.outputs.token }}
repository: grafana/backend-enterprise
event-type: mimir-branch-push
client-payload: '{"branch_name": "${{ github.ref_name }}"}'