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:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
|
env:
|
||||||
|
DEPLOY_DIR: /home/deploy/stacks/_clients/blog_report
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: deploy
|
runs-on: deploy
|
||||||
steps:
|
steps:
|
||||||
- name: Hello
|
- name: Env check
|
||||||
run: |
|
run: |
|
||||||
echo "hello from runner"
|
echo "DEPLOY_DIR=$DEPLOY_DIR"
|
||||||
whoami
|
|
||||||
pwd
|
- name: Token check
|
||||||
docker version --format '{{.Server.Version}}'
|
run: |
|
||||||
|
echo "token length: ${#GH_TOKEN}"
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
|||||||
Reference in New Issue
Block a user