Skip to content

Commit

Permalink
fix(actions): add build_nix_image artifact registry password
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Jun 30, 2024
1 parent 36f5f66 commit fc94cc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build_nix_image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ inputs:
encodedGARCredentials:
description: "Base64 encoded Google Artifact Registry Service Account credentials"
required: true
artifactRegistryPassword:
description: "artifact registry password"
required: true
cachixCacheName:
description: "Name of the Cachix cache"
required: false
Expand Down Expand Up @@ -128,6 +131,7 @@ runs:
GH_TOKEN: ${{ github.token }}
GCP_PROJECT_ID: ${{ inputs.gcpProjectId }}
ENCODED_GAR_SA_CREDS: ${{ inputs.encodedGARCredentials }}
ARTIFACT_REGISTRY_PASSWORD: ${{ inputs.artifactRegistryPassword }}
VERSION: ${{ inputs.releaseVersion }}

- name: Clean Nix Store
Expand Down

0 comments on commit fc94cc2

Please sign in to comment.