Skip to content

Commit

Permalink
ci: revert release to using classic PAT (#12070)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney authored Feb 27, 2024
1 parent 780ee14 commit 0936fb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/release-workflows.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ local imageJobs = {
skipArm=false,
skipValidation=false,
versioningStrategy='always-bump-patch',
useGitHubAppToken=true,
), false, false
),
'minor-release-pr.yml': std.manifestYamlDoc(
Expand All @@ -45,6 +46,7 @@ local imageJobs = {
skipArm=false,
skipValidation=false,
versioningStrategy='always-bump-minor',
useGitHubAppToken=true,
), false, false
),
'release.yml': std.manifestYamlDoc(
Expand All @@ -54,6 +56,7 @@ local imageJobs = {
imagePrefix='grafana',
releaseLibRef=releaseLibRef,
releaseRepo='grafana/loki',
useGitHubAppToken=false,
), false, false
),
}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
IMAGE_PREFIX: "grafana"
RELEASE_LIB_REF: "release-1.11.x"
RELEASE_REPO: "grafana/loki"
USE_GITHUB_APP_TOKEN: true
USE_GITHUB_APP_TOKEN: false
jobs:
createRelease:
if: "${{ fromJSON(needs.shouldRelease.outputs.shouldRelease) }}"
Expand Down

0 comments on commit 0936fb6

Please sign in to comment.