Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Create action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowflake authored Sep 13, 2020
1 parent 1e23861 commit 9b66e9b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: giveawayboat
on:
push:
branches:
- master
jobs:
giveawayboat:
name: giveawayboat
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
check-latest: true
- run: npm install
- run: npm start
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TOKEN: ${{ secrets.DISCORD_TOKEN }}

0 comments on commit 9b66e9b

Please sign in to comment.