Skip to content

Commit 0c86aef

Browse files
DEVOPS-49 workflow file
1 parent d48df06 commit 0c86aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_or_update_repository_secrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
GH_TOKEN: ${{ secrets.DEVWITHKRISHNA_PERSONAL_ACCESS_TOKEN }}
4040
run: |
41-
pipenv run python3 get_repository_public_key --organization ${{ inputs.organization }} \
41+
pipenv run python3 get_repository_public_key.py --organization ${{ inputs.organization }} \
4242
--repository_name ${{ inputs.repository_name }}
4343
- name: Encrypt secret
4444
id: encrypt-secret

0 commit comments

Comments
 (0)