fix: Update secret name from SECRET to GIT_TOKEN
This commit is contained in:
parent
b6569154a4
commit
310f1f63de
@ -190,7 +190,7 @@ jobs:
|
||||
ssh -i ~/.ssh/deploy_key -p ${{ secrets.CT109_SSH_PORT }} ${{ secrets.CT109_USER }}@${{ secrets.CT109_HOST }} bash -s << ENDSSH
|
||||
set -e
|
||||
export VERSION="${{ github.sha }}"
|
||||
export GITEA_TOKEN="${{ secrets.SECRET }}"
|
||||
export GITEA_TOKEN="${{ secrets.GIT_TOKEN }}"
|
||||
|
||||
# Use home directory for deployment
|
||||
DEPLOY_DIR=~/littleshop
|
||||
|
||||
Loading…
Reference in New Issue
Block a user