Skip to content

Commit 02cf2a6

Browse files
ci: bump release pipeline to fix permissions (backport release-3.5.x) (#17803)
Co-authored-by: Trevor Whitney <[email protected]>
1 parent 7def87f commit 02cf2a6

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/jsonnetfile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"subdir": "workflows"
99
}
1010
},
11-
"version": "4d8854445092dc2900fb865cde82e51075a54cc3"
11+
"version": "59c102cfc18130fb4cf57e084a123788aa6bc80e"
1212
}
1313
],
1414
"legacyImports": true

.github/jsonnetfile.lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"subdir": "workflows"
99
}
1010
},
11-
"version": "4d8854445092dc2900fb865cde82e51075a54cc3",
12-
"sum": "QI0E48jM4dflGOvZcFLYOI2aW3U+7DSjpsU7V6NvVYQ="
11+
"version": "59c102cfc18130fb4cf57e084a123788aa6bc80e",
12+
"sum": "zcr8BWnJdlWvgxEdTRYbz2V030z+JdmeCfbfCrUL0TM="
1313
}
1414
],
1515
"legacyImports": false

.github/vendor/github.com/grafana/loki-release/workflows/release.libsonnet

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ jobs:
240240
publishDockerPlugins:
241241
needs:
242242
- "createRelease"
243+
permissions:
244+
id-token: "write"
243245
runs-on: "ubuntu-latest"
244246
steps:
245247
- name: "pull release library code"

0 commit comments

Comments
 (0)