Skip to content

Fix typo

Fix typo #7

Workflow file for this run

name: coiled-login-action
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Coiled Login Action Prod
uses: ./
with:
token: ${{ secrets.PROD_TEST_BOT_TOKEN }}
- name: Coiled Login Action Staging
uses: ./
with:
token: ${{ secrets.STAGING_TEST_BOT_TOKEN }}
server: https://staging.coiledhq.com