Update
This commit is contained in:
@@ -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
|
||||
# post: dist/index.js
|
||||
|
||||
Reference in New Issue
Block a user