Skip to content

r/BikiniBottomTwitter #586

r/BikiniBottomTwitter

r/BikiniBottomTwitter #586

name: r/BikiniBottomTwitter
on:
schedule:
- cron: "0 19 * * 6,0" #At 2pm every Weekend
- cron: "30 17 * * FRI" #At 12:30pm every Friday
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.16
uses: actions/setup-go@v3.0.0
with:
go-version: 1.16
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3.0.2
- name: Get + Vendor dependencies 🏗
run: |
go get -v -t -d ./...
- name: Run 🤖
run: go run ./pkg/bikiniBottomTwitter/bbt.go
env:
SLACK_HOOK_PATH_MEMES: ${{ secrets.SLACK_HOOK_PATH_TEST }}