diff --git a/actions/login-to-gar/README.md b/actions/login-to-gar/README.md index a619d26b2..677d98008 100644 --- a/actions/login-to-gar/README.md +++ b/actions/login-to-gar/README.md @@ -4,6 +4,7 @@ This is a composite GitHub Action, used to login to Google Artifact Registry (GA It uses [OIDC authentication](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect) which means that only workflows which get triggered based on certain rules can trigger these composite workflows. + ```yaml name: CI on: @@ -19,9 +20,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: grafana/shared-workflows/actions/login-to-gar@login-to-gar-v0.0.1 + - uses: grafana/shared-workflows/actions/login-to-gar@login-to-gar-v0.0.1 id: login-to-gar with: registry: "" # e.g. us-docker.pkg.dev environment: "prod" # can be either dev/prod ``` +