Skip to content

Commit

Permalink
Update testing-locally.md (#3848)
Browse files Browse the repository at this point in the history
  • Loading branch information
infame-io authored Oct 12, 2023
1 parent 41de34a commit 6e37887
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions runatlantis.io/guide/testing-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
```
Expand Down

0 comments on commit 6e37887

Please sign in to comment.