${{ secrets.PACKAGES_USER }}
This commit is contained in:
parent
57a964ad01
commit
5e800c4dae
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ jobs:
|
|||
username: ${{ secrets.PACKAGES_USER }}
|
||||
password: ${{ secrets.PACKAGES_TOKEN }}
|
||||
run: |
|
||||
echo ${username}
|
||||
echo ${{ secrets.PACKAGES_USER }}
|
||||
registry=${{ github.server_url }}
|
||||
registry=${registry##http*://}
|
||||
repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')"
|
||||
|
|
Loading…
Reference in a new issue