Skip to content

Commit

Permalink
debug cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
Resonance1584 committed Aug 28, 2024
1 parent 2321817 commit 5507835
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pipelines-root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@ jobs:
PIPELINES_TOKEN_PATH: pipelines-read/${{ github.repository_owner }}
FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}

- name: [Debug] CLone Pipelines Actions
id: debug-checkout-actions
shell: bash
env:
TOKEN: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }}
run: |
mkdir -p ./pipelines-actions
git clone "https://x-access-token:[email protected]/gruntwork-io/pipelines-actions.git" pipelines-actions
ls -R ./pipelines-actions
- name: Checkout Pipelines Actions
id: checkout_actions
uses: actions/checkout@v4
Expand Down

0 comments on commit 5507835

Please sign in to comment.