Skip to content

Commit f4529be

Browse files
authored
Update README.md
1 parent 72cb113 commit f4529be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ A GitHub action that notifies deploys to [Rollbar](https://rollbar.com).
77

88
## Usage
99

10-
This action requires that you set the `ROLLBAR_ACCESS_TOKEN` environment variable with a token that must have the `post_server_item` scope.
10+
This action requires that you set the `ROLLBAR_ACCESS_TOKEN` environment variable with a token that must have the [`post_server_item`](https://explorer.docs.rollbar.com/#section/Authentication/Project-access-tokens) scope.
1111
You can find it under your project's settings in the Project access token section.
1212

1313
When notifiying deploys in two stages, for sending to Rollbar when a deploy starts and the status of its result (succeeded or failed ) you need
14-
also to set the 'DEPLOY_ID' environment variable with the ouput of the previous step.
14+
also to set the `DEPLOY_ID` environment variable with the ouput of the previous step.
1515

1616

1717
### Inputs

0 commit comments

Comments
 (0)