This repository has been archived by the owner on Apr 7, 2024. It is now read-only.
Pro 156/seed data #111
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Floe Review" | |
on: | |
pull_request: | |
jobs: | |
Review: | |
env: | |
FLOE_API_WORKSPACE: ${{ secrets.FLOE_API_WORKSPACE }} | |
FLOE_API_SECRET: ${{ secrets.FLOE_API_SECRET }} | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Review | |
uses: ./actions/review-action |