We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e49bfb0 commit b05c03dCopy full SHA for b05c03d
.github/workflows/publish_pypi.yaml
@@ -13,5 +13,5 @@ jobs:
13
- name: Build & Deploy
14
uses: guardrails-ai/guardrails/.github/actions/validator_pypi_publish@main
15
with:
16
- guardrails_token: ${{ secrets.GR_GUARDRAILS_TOKEN }}
+ guardrails_token: ${{ secrets.PRIV_PYPI_PUBLISH_TOKEN }}
17
validator_id: mlcube/rag_retrieval
0 commit comments