We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
It would be nice if this action could support keyring authentication for Google Artifact Registries:
This runs, but it could be cleaner with the setup pixi action:
- id: auth name: Authenticate to Google Cloud uses: google-github-actions/auth@v2 with: workload_identity_provider: ${{secrets.WORKLOAD_IDENTITY_PROVIDER}} service_account: ${{inputs.SERVICE_ACCOUNT}} token_format: access_token - name: Run Tests run: | curl -fsSL https://pixi.sh/install.sh | bash export PATH=/home/runner/.pixi/bin:$PATH pixi global install pipx pipx install keyring pipx inject keyring keyrings.google-artifactregistry-auth --index-url https://pypi.org/simple pixi install --environment test --pypi-keyring-provider subprocess pixi run --environment test tests
Thanks!
The text was updated successfully, but these errors were encountered:
Confirming that the workaround works and that it would certainly be a nicer devx via the pixi action. :)
Sorry, something went wrong.
No branches or pull requests
Hello,
It would be nice if this action could support keyring authentication for Google Artifact Registries:
This runs, but it could be cleaner with the setup pixi action:
Thanks!
The text was updated successfully, but these errors were encountered: