Skip to content

Commit

Permalink
It's a secret, not var
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Jan 8, 2024
1 parent 13e6727 commit cb66315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

env:
REGISTRY: ${{ vars.REGISTRY }}
REGISTRY_USERNAME: ${{ vars.REGISTRY_USERNAME }}
REGISTRY_PASSWORD: ${{ vars.REGISTRY_PASSWORD }}
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}

steps:
- name: Ensure mask
Expand Down

0 comments on commit cb66315

Please sign in to comment.