From 6e37887d6901c54feb9bdeed5d52f3f4bb7bad6e Mon Sep 17 00:00:00 2001 From: inFame Date: Fri, 13 Oct 2023 02:50:13 +1000 Subject: [PATCH] Update testing-locally.md (#3848) --- runatlantis.io/guide/testing-locally.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/runatlantis.io/guide/testing-locally.md b/runatlantis.io/guide/testing-locally.md index ee254acdb..054b0d9c2 100644 --- a/runatlantis.io/guide/testing-locally.md +++ b/runatlantis.io/guide/testing-locally.md @@ -173,11 +173,12 @@ TOKEN="{YOUR_TOKEN}" ### Bitbucket Server (aka Stash) Access Token - Click on your avatar in the top right and select **Manage account** -- Click **Personal access tokens** in the sidebar -- Click **Create a token** +- Click **HTTP access tokens** in the sidebar +- Click **Create token** - Name the token **atlantis** - Give the token **Read** Project permissions and **Write** Pull request permissions -- Click **create** and set the token as an environment variable +- Choose an Expiry option **Do not expire** or **Expire automatically** +- Click **Create** and set the token as an environment variable ``` TOKEN="{YOUR_TOKEN}" ```