diff --git a/.github/workflows/on-commit.yml b/.github/workflows/on-commit.yml index b1036b1..cb42f19 100644 --- a/.github/workflows/on-commit.yml +++ b/.github/workflows/on-commit.yml @@ -49,8 +49,9 @@ jobs: 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 with: repository: orange-cloudfoundry/create-bosh-release-action-test-boshrelease + token: ${{ secrets.CREATE_BOSH_RELEASE_ACTION_TEST_BOSHRELEASE_GIT_TOKEN }} target_branch: main dir: create-bosh-release-action-test-boshrelease tag_name: "0.1.0" override_existing: "true" - debug: 1 \ No newline at end of file + debug: 1