Skip to content

build-test

build-test #176

Workflow file for this run

name: 'build-test'
on:
create
jobs:
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: ./
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
with:
allowed_branch_list: ${{ secrets.ALLOWED_BRANCH_LIST }}
channel_id: ${{ secrets.CHANNEL_ID }}