Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions flaky-tests/get-started/ci-providers/github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ You can find your token under **Settings > Organization > Manage > Organization

### Add Your Trunk Token and Organization Slug as Secrets

<<<<<<< samgutentag/org-slug-audit
Store the Trunk slug and API token obtained in the previous step in your repo as [GitHub secrets](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions) named `TRUNK_ORG_SLUG` and `TRUNK_TOKEN` respectively.
=======
Store the Trunk slug and API token obtained in the previous step in your repo as [GitHub secrets](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions) named `TRUNK_ORG_URL_SLUG` and `TRUNK_TOKEN` respectively.
>>>>>>> main

### Upload to Trunk

Expand Down
Loading