Skip to content

Commit

Permalink
Merge pull request diggerhq#1756 from diggerhq/docs/workflow-main-branch
Browse files Browse the repository at this point in the history
Document that the workflow must exist in the main branch
  • Loading branch information
ZIJ authored Oct 8, 2024
2 parents a53380e + 6b9a231 commit 66478de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/team/getting-started/gha-aws.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ In production, it is best to [use OIDC](/ce/cloud-providers/authenticating-with-

Create a `digger_workflow.yml` file under `.github/workflows` in your repo with the following contents:

<Note>
In order to be triggered, the workflow file with the exact same name must
exist in the default branch. Github will use the file from a relevant branch -
but it will throw a 404 error if a workflow with the same name is not found in
the default branch.
</Note>

```
name: Digger Workflow
Expand Down

0 comments on commit 66478de

Please sign in to comment.