Switch to ssh for private git requirements (#6838)

This commit is contained in:
Hao Liu
2025-02-17 22:44:29 -05:00
committed by GitHub
parent 376a791052
commit c0b9d3f428
7 changed files with 76 additions and 23 deletions

View File

@@ -9,8 +9,8 @@ inputs:
required: false
default: false
type: boolean
private-github-token:
description: GitHub Token for private repositories
private-github-key:
description: GitHub private key for private repositories
required: false
default: ''
outputs:
@@ -27,7 +27,7 @@ runs:
uses: ./.github/actions/awx_devel_image
with:
github-token: ${{ inputs.github-token }}
private-github-token: ${{ inputs.private-github-token}}
private-github-key: ${{ inputs.private-github-key }}
- name: Upgrade ansible-core
shell: bash