Skip to content

Commit e87116b

Browse files
removed github token reference
1 parent 3bd4328 commit e87116b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/actions/validator_pypi_publish/action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Publish Validator PyPi
22
description: Re-Usable action to publish a Validator to Guardrails PyPi
33
inputs:
4-
github_token:
5-
description: 'GitHub Token'
6-
required: true
74
guardrails_token:
85
description: 'Guardrails Token'
96
required: true
@@ -23,8 +20,7 @@ runs:
2320
- name: Checkout "Action" repository
2421
uses: actions/checkout@v3
2522
with:
26-
token: ${{ inputs.github_token }}
27-
repository: guardrails-ai/shared-ci
23+
repository: guardrails-ai/guardrails
2824
ref: main
2925
path: shared-ci-scripts
3026
sparse-checkout: |

0 commit comments

Comments
 (0)