diff --git a/action.yml b/action.yml index 1a27770..68e85d8 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ runs: uses: actions/checkout@v4 - name: Auth registry - run: composer config --global http-basic.git.qlic.nl ${{ secrets.REGISTRY_USERNAME }} ${{ secrets.REGISTRY_PASSWORD }} + run: composer config --global http-basic.git.qlic.nl ${{ vars.REGISTRY_USERNAME }} ${{ vars.REGISTRY_PASSWORD }} - name: Get Composer Cache Directory id: composer-cache