diff --git a/.github/release-workflows.jsonnet b/.github/release-workflows.jsonnet index 667c5006d90dc..7517050dd4017 100644 --- a/.github/release-workflows.jsonnet +++ b/.github/release-workflows.jsonnet @@ -16,7 +16,7 @@ local build = lokiRelease.build; querytee: build.image('querytee', 'cmd/querytee', platform=['linux/amd64']), }, releaseRepo='grafana/loki', - skipValidation=false, + skipValidation=true, versioningStrategy='always-bump-patch', imagePrefix='grafana', // TODO: remove temp PR branch diff --git a/.github/workflows/patch-release-pr.yml b/.github/workflows/patch-release-pr.yml index 864ebcec6e365..5738281437c18 100644 --- a/.github/workflows/patch-release-pr.yml +++ b/.github/workflows/patch-release-pr.yml @@ -4,7 +4,7 @@ env: DOCKER_USERNAME: "grafana" IMAGE_PREFIX: "grafana" RELEASE_REPO: "grafana/loki" - SKIP_VALIDATION: false + SKIP_VALIDATION: true VERSIONING_STRATEGY: "always-bump-patch" jobs: check: @@ -134,7 +134,7 @@ jobs: --release-type simple \ --repo-url="${{ env.RELEASE_REPO }}" \ --target-branch "${{ steps.extract_branch.outputs.branch }}" \ - --token="${{ secrets.GITHUB_TOKEN }}" \ + --token="${{ secrets.GH_TOKEN }}" \ --versioning-strategy "${{ env.VERSIONING_STRATEGY }}" shell: "bash" working-directory: "lib" @@ -225,7 +225,7 @@ jobs: --release-type simple \ --repo-url="${{ env.RELEASE_REPO }}" \ --target-branch "${{ steps.extract_branch.outputs.branch }}" \ - --token="${{ secrets.GITHUB_TOKEN }}" \ + --token="${{ secrets.GH_TOKEN }}" \ --versioning-strategy "${{ env.VERSIONING_STRATEGY }}" if [[ `jq length release.json` -gt 1 ]]; then @@ -321,7 +321,7 @@ jobs: --release-type simple \ --repo-url="${{ env.RELEASE_REPO }}" \ --target-branch "${{ steps.extract_branch.outputs.branch }}" \ - --token="${{ secrets.GITHUB_TOKEN }}" \ + --token="${{ secrets.GH_TOKEN }}" \ --versioning-strategy "${{ env.VERSIONING_STRATEGY }}" if [[ `jq length release.json` -gt 1 ]]; then @@ -468,7 +468,7 @@ jobs: --release-type simple \ --repo-url="${{ env.RELEASE_REPO }}" \ --target-branch "${{ steps.extract_branch.outputs.branch }}" \ - --token="${{ secrets.GITHUB_TOKEN }}" \ + --token="${{ secrets.GH_TOKEN }}" \ --versioning-strategy "${{ env.VERSIONING_STRATEGY }}" if [[ `jq length release.json` -gt 1 ]]; then @@ -566,7 +566,7 @@ jobs: --release-type simple \ --repo-url="${{ env.RELEASE_REPO }}" \ --target-branch "${{ steps.extract_branch.outputs.branch }}" \ - --token="${{ secrets.GITHUB_TOKEN }}" \ + --token="${{ secrets.GH_TOKEN }}" \ --versioning-strategy "${{ env.VERSIONING_STRATEGY }}" if [[ `jq length release.json` -gt 1 ]]; then @@ -662,7 +662,7 @@ jobs: --release-type simple \ --repo-url="${{ env.RELEASE_REPO }}" \ --target-branch "${{ steps.extract_branch.outputs.branch }}" \ - --token="${{ secrets.GITHUB_TOKEN }}" \ + --token="${{ secrets.GH_TOKEN }}" \ --versioning-strategy "${{ env.VERSIONING_STRATEGY }}" if [[ `jq length release.json` -gt 1 ]]; then @@ -760,7 +760,7 @@ jobs: --release-type simple \ --repo-url="${{ env.RELEASE_REPO }}" \ --target-branch "${{ steps.extract_branch.outputs.branch }}" \ - --token="${{ secrets.GITHUB_TOKEN }}" \ + --token="${{ secrets.GH_TOKEN }}" \ --versioning-strategy "${{ env.VERSIONING_STRATEGY }}" if [[ `jq length release.json` -gt 1 ]]; then @@ -858,7 +858,7 @@ jobs: --release-type simple \ --repo-url="${{ env.RELEASE_REPO }}" \ --target-branch "${{ steps.extract_branch.outputs.branch }}" \ - --token="${{ secrets.GITHUB_TOKEN }}" \ + --token="${{ secrets.GH_TOKEN }}" \ --versioning-strategy "${{ env.VERSIONING_STRATEGY }}" if [[ `jq length release.json` -gt 1 ]]; then @@ -956,7 +956,7 @@ jobs: --release-type simple \ --repo-url="${{ env.RELEASE_REPO }}" \ --target-branch "${{ steps.extract_branch.outputs.branch }}" \ - --token="${{ secrets.GITHUB_TOKEN }}" \ + --token="${{ secrets.GH_TOKEN }}" \ --versioning-strategy "${{ env.VERSIONING_STRATEGY }}" if [[ `jq length release.json` -gt 1 ]]; then @@ -1052,7 +1052,7 @@ jobs: --release-type simple \ --repo-url="${{ env.RELEASE_REPO }}" \ --target-branch "${{ steps.extract_branch.outputs.branch }}" \ - --token="${{ secrets.GITHUB_TOKEN }}" \ + --token="${{ secrets.GH_TOKEN }}" \ --versioning-strategy "${{ env.VERSIONING_STRATEGY }}" if [[ `jq length release.json` -gt 1 ]]; then @@ -1150,7 +1150,7 @@ jobs: --release-type simple \ --repo-url="${{ env.RELEASE_REPO }}" \ --target-branch "${{ steps.extract_branch.outputs.branch }}" \ - --token="${{ secrets.GITHUB_TOKEN }}" \ + --token="${{ secrets.GH_TOKEN }}" \ --versioning-strategy "${{ env.VERSIONING_STRATEGY }}" if [[ `jq length release.json` -gt 1 ]]; then