You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# We only use this to run `go mod` commands, so it doesn't need to follow the version used in the Dockerfile.
62
75
go-version: "1.24.3"
63
76
64
-
- name: Get current mimir-prometheus version
65
-
id: get-current-version
66
-
run: |
67
-
68
-
69
77
# This job uses "mimir-vendoring bot" instead of "github-actions bot" (secrets.GITHUB_TOKEN)
70
78
# because any events triggered by the later don't spawn GitHub actions.
71
79
# Refer to https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow
0 commit comments