Skip to content

Commit b7522f1

Browse files
Fix URL
Remove superfluous `$`.
1 parent bd52af7 commit b7522f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ that are published to the [GitHub Container Registry][ghcr]. For example for the
222222
VERSION="main"
223223
IMAGE="ghcr.io/grafana/docker-otel-lgtm:${VERSION}"
224224
WORKFLOW="ghcr-image-build-and-publish.yml"
225-
IDENTITY="https://github.com/grafana/docker-otel-lgtm/.github/workflows/${WORKFLOW}$@refs/heads/${VERSION}"
225+
IDENTITY="https://github.com/grafana/docker-otel-lgtm/.github/workflows/${WORKFLOW}@refs/heads/${VERSION}"
226226
OIDC_ISSUER="https://token.actions.githubusercontent.com"
227227

228228
cosign verify ${IMAGE} --certificate-identity ${IDENTITY} --certificate-oidc-issuer ${OIDC_ISSUER}

0 commit comments

Comments
 (0)