Skip to content

Commit

Permalink
correct capitalization for secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Apr 10, 2024
1 parent 29fe65e commit 6c899bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
steps:
- name: populate environment
run: |
echo "rlmSERVER=${{ secrets.rlmSERVER }}" >> "$GITHUB_ENV"
echo "rlmPASSWD=${{ secrets.rlmPASSWORD}}" >> "$GITHUB_ENV"
echo "rlmSERVER=${{ secrets.RLMSERVER }}" >> "$GITHUB_ENV"
echo "rlmPASSWD=${{ secrets.RLMPASSWORD}}" >> "$GITHUB_ENV"
- name: test secrets
run: |
Expand Down

0 comments on commit 6c899bd

Please sign in to comment.