Skip to content

Commit

Permalink
ci: CI/CD 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-moon committed Apr 29, 2021
1 parent ebf1205 commit c69aa62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 42 deletions.
37 changes: 0 additions & 37 deletions .github/release.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
uses: ./
id: pr-reviewer-notify
with:
slack-bot-token: ${{ secrets.TEST_LUBYCON_SLACK_BOT_TOKEN }}
channel-id: ${{ secrets.TEST_SLACK_CHANNEL_ID }}
slack-bot-token: ${{ secrets.LUBYCON_SLACK_BOT_TOKEN }}
channel-id: C01UXTP3P4P
base-branch: main
github-token: ${{ secrets.TEST_GITHUB_TOKEN }}
github-token: ${{ secrets.LUBYCON_GITHUB_TOKEN }}
my-slack-user-id: U01810LSJ0L
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
name: Release
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0 # gives semantic-release access to all previous commits
token: ${{ secrets.GH_TOKEN }} # admin token
token: ${{ secrets.GITHUB_TOKEN }} # admin token
- name: Cache node_modules
uses: actions/cache@v2
env:
Expand Down

0 comments on commit c69aa62

Please sign in to comment.