Skip to content

Commit

Permalink
fixed secret
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunlumbcgov committed Nov 29, 2023
1 parent 17726f7 commit ac7d5de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
OPENSHIFT_SERVER: ${{ secrets.OPENSHIFT_SERVER }}
OPENSHIFT_TOKEN: ${{ secrets.OPENSHIFT_TOKEN }}
# 🖊️ EDIT to set the kube context's namespace after login. Leave blank to use your user's default namespace.
OPENSHIFT_NAMESPACE: ${{GRAD_NAMESPACE_NO_ENV}}-dev
OPENSHIFT_NAMESPACE: ${{secrets.GRAD_NAMESPACE_NO_ENV}}-dev

# 🖊️ EDIT to change the image registry settings.
# Registries such as GHCR, Quay.io, and Docker Hub are supported.
Expand Down

0 comments on commit ac7d5de

Please sign in to comment.