Skip to content

fix(config): renames secrets #4

fix(config): renames secrets

fix(config): renames secrets #4

Workflow file for this run

name: Deployment Pipeline
on:
pull_request:
types: [closed]
branches:
- main
- dev
jobs:
deploy:
name: Deploy
if: github.event.pull_request.merged == true
uses: kurocado-studio/styleguide/.github/actions/deploy@main

Check failure on line 14 in .github/workflows/deployment.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deployment.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
commit_sha: ${{ github.event.pull_request.merge_commit_sha }}
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}