fix var name
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
working-directory: ${{ gitea.workspace }}
|
||||
run: git clone https://$TOKEN@$GIT_HOST/$GIT_REPO
|
||||
env:
|
||||
TOKEN: ${{ secrets.SERVICE_USER_TOKEN }}
|
||||
TOKEN: ${{ secrets.TOKEN_SVC_CI }}
|
||||
GIT_HOST: ${{ vars.AOIT_GIT_URL }}
|
||||
GIT_REPO: ${{ gitea.repository }}
|
||||
- name: docker build
|
||||
|
||||
Reference in New Issue
Block a user