Skip to content

Commit

Permalink
secrets. instead of vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulineContat committed Jun 3, 2024
1 parent a5b8f71 commit 4a3a9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: docker/login-action@v3
with:
username: popopolette
password: ${{ vars.POPOPOLETTE }}
password: ${{ secrets.POPOPOLETTE }}

- name: Build and Push Docker images
run: |
Expand Down

0 comments on commit 4a3a9f7

Please sign in to comment.