mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 15:02:07 -03:30
Fix git credential for devel_image build (#15834)
This commit is contained in:
parent
f8ff48fe5c
commit
2e9fd7bd67
2
.github/workflows/devel_images.yml
vendored
2
.github/workflows/devel_images.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
||||
|
||||
- name: Add private GitHub token to requirements_git.credentials.txt
|
||||
shell: bash
|
||||
run: echo "https://x-access-token:${{ secrets.PRIVATE_GITHUB_TOKEN }}@github.com"" >> requirements/requirements_git.credentials.txt
|
||||
run: echo "https://x-access-token:${{ secrets.PRIVATE_GITHUB_TOKEN }}@github.com" >> requirements/requirements_git.credentials.txt
|
||||
if: ${{ env.CI_PRIVATE_GITHUB_TOKEN != '' }}
|
||||
|
||||
- name: Build and push AWX devel images
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user