ci-test: env 블록과 github.token 사용 추가 (원인 분리)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -5,13 +5,19 @@ on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
env:
|
||||
DEPLOY_DIR: /home/deploy/stacks/_clients/blog_report
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: deploy
|
||||
steps:
|
||||
- name: Hello
|
||||
- name: Env check
|
||||
run: |
|
||||
echo "hello from runner"
|
||||
whoami
|
||||
pwd
|
||||
docker version --format '{{.Server.Version}}'
|
||||
echo "DEPLOY_DIR=$DEPLOY_DIR"
|
||||
|
||||
- name: Token check
|
||||
run: |
|
||||
echo "token length: ${#GH_TOKEN}"
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
||||
Reference in New Issue
Block a user