Skip to content

Commit

Permalink
Merge pull request #177 from elsoul/secret
Browse files Browse the repository at this point in the history
add - skeet add ghSecret <secretName>
  • Loading branch information
POPPIN-FUMI authored Nov 6, 2023
2 parents fab1176 + f74683a commit 441ee0f
Show file tree
Hide file tree
Showing 8 changed files with 440 additions and 182 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/discord.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: SkeetFrameworkDiscord

on:
release:
types: [created]

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x]

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g yarn
- run: yarn install
- run: yarn test
- name: Disord Notification
run: yarn discord
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
DISCORD_CHANNEL_ID_JA: ${{ secrets.DISCORD_CHANNEL_ID_JA }}
LABO_SKEET_CHANNEL_ID: ${{ secrets.LABO_SKEET_CHANNEL_ID }}
Loading

0 comments on commit 441ee0f

Please sign in to comment.