Skip to content

Commit

Permalink
feat: 깃헙 토큰 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hocaron committed Jun 23, 2024
1 parent 104d1d1 commit c9b06d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/cd-prod-admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ jobs:
name: 운영 환경 production 배포한다
runs-on: ubuntu-latest
steps:
- name: Set up GitHub CLI
uses: actions/setup-gh@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Check if actor is admin
id: check-admin
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
user_login=${{ github.actor }}
repo=${{ github.repository }}
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/cd-prod-member.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ jobs:
name: 운영 환경 production 배포한다
runs-on: ubuntu-latest
steps:
- name: Set up GitHub CLI
uses: actions/setup-gh@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Check if actor is admin
id: check-admin
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
user_login=${{ github.actor }}
repo=${{ github.repository }}
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/cd-prod-recruit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ jobs:
name: 운영 환경 production 배포한다
runs-on: ubuntu-latest
steps:
- name: Set up GitHub CLI
uses: actions/setup-gh@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Check if actor is admin
id: check-admin
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
user_login=${{ github.actor }}
repo=${{ github.repository }}
Expand Down

0 comments on commit c9b06d5

Please sign in to comment.