We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2a4bf commit 7e15317Copy full SHA for 7e15317
1 file changed
.github/workflows/deploy-swagger.yaml
@@ -9,7 +9,7 @@ jobs:
9
build-and-deploy:
10
runs-on: ubuntu-latest
11
steps:
12
- - name: Checkout Code
+ - name: 리포지토리 체크아웃
13
uses: actions/checkout@v4
14
with:
15
token: ${{ secrets.GIT_TOKEN }}
@@ -40,6 +40,7 @@ jobs:
40
41
output: swagger-ui
42
spec-file: build/api-spec/openapi3.yaml
43
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
45
- name: Cloudflare Pages에 배포
46
uses: cloudflare/wrangler-action@v3
0 commit comments