Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: deploy to prod automatically on successful releases (#69)
We are creating releases automatically whenever a change to `version.json` is pushed. We expected the new tag would trigger our `Terraform` workflow, but it looks like [workflows using `GITHUB_TOKEN` cannot trigger other workflows](https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow:~:text=When%20you%20use,push%20events%20occur.). I want to try using the `workflow_run` event as a potential workaround.
- Loading branch information