Skip to content

Commit

Permalink
override token on test repo checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Jan 16, 2024
1 parent 7eff096 commit ffead3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ jobs:
repository: 'orange-cloudfoundry/create-bosh-release-action-test-boshrelease'
fetch-depth: 0
# ref: v1.0
# token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
path: ./create-bosh-release-action-test-boshrelease
token: ${{ secrets.CREATE_BOSH_RELEASE_ACTION_TEST_BOSHRELEASE_GIT_TOKEN }}

path: ./create-bosh-release-action-test-boshrelease
# - name: Setup tests
# id: setup_tests
# run: |
# du -a
# git config --global --add safe.directory /github/workspace/create-bosh-release-action-test-boshrelease
# git --no-pager config --global --list

# git --no-pager config --global --list
- name: Test dev release
id: test_dev_release
uses: ./create-bosh-release-action/ # uses: ./.github/actions/my-private-repo/my-action #https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-an-action-inside-a-different-private-repository-than-the-workflow
Expand Down

0 comments on commit ffead3e

Please sign in to comment.