You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ A GitHub action that notifies deploys to [Rollbar](https://rollbar.com).
7
7
8
8
## Usage
9
9
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.
11
11
You can find it under your project's settings in the Project access token section.
12
12
13
13
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.
0 commit comments