diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 19f2b54825..85c844552b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -58,6 +58,13 @@ jobs: with: github-token: '${{ secrets.GITHUB_TOKEN }}' + - name: 'Log in to GitHub Container Registry' + uses: 'docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1' # ratchet:docker/login-action@v3 + with: + registry: 'ghcr.io' + username: '${{ github.repository_owner }}' + password: '${{ secrets.GITHUB_TOKEN }}' + - name: 'Install dependencies' run: 'npm install ${{ inputs.cli-package-name }}@${{ inputs.version }}'