diff --git a/.github/workflows/ubuntu_action_test.yml b/.github/workflows/ubuntu_action_test.yml index 3fd111c..d666901 100644 --- a/.github/workflows/ubuntu_action_test.yml +++ b/.github/workflows/ubuntu_action_test.yml @@ -46,7 +46,7 @@ jobs: target_branch: ubuntu files: reports/ubuntu_report_full.txt remote_repository: https://github.com/GuillaumeFalourd/poc-github-actions - access_token: ${{ github.token }} + access_token: ${{ secrets.ACCESS_TOKEN }} force: true empty: true tags: true diff --git a/action.yml b/action.yml index f81c62f..e6c5ed5 100644 --- a/action.yml +++ b/action.yml @@ -132,7 +132,7 @@ runs: echo echo "##### Copying contents to destination Github repository #####" - cp -rvf "${{ inputs.files }}" "$CLONE_DIRECTORY" + cp "${{ inputs.files }}" "$CLONE_DIRECTORY" cd "$CLONE_DIRECTORY"