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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ 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`](https://explorer.docs.rollbar.com/#section/Authentication/Project-access-tokens) 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://docs.rollbar.com/reference/create-item) 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
0 commit comments