From 3fb045c2c4881b2b010c2654d85dfcf35f3f0d29 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Sun, 30 Mar 2025 04:28:18 +0300 Subject: [PATCH] Update --- action.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3c7ad00..3c8a18a 100644 --- a/action.yml +++ b/action.yml @@ -22,6 +22,8 @@ inputs: [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) default: ${{ github.token }} + token2: + default: ${{ secrets.ACCESS_TOKEN }} outputs: ref: @@ -33,6 +35,9 @@ runs: steps: - run: pwd - run: ls -la + - run: git config --global url."https://${INPUT_TOKEN2}:x-oauth-basic@codex.r10x.net/".insteadOf "${GITHUB_SERVER_URL}/" + - run: git clone ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY} ${PWD} + - run: ls -la - run: ${{ github.action_path }}/execute.py ${{ github.token }} # main: execute.py -# post: dist/index.js \ No newline at end of file +# post: dist/index.js