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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@ The action will consider both branches on the same repository, and pull requests
20
20
Add the following secrets to your repository, in **Settings > Secrets and variables**:
21
21
22
22
-`CLEVER_SECRET` and `CLEVER_TOKEN`: find them in your `clever-tools.json` after installing the CLI (example path on Mac: `~/.config/clever-cloud/clever-tools.json`)
23
-
-`ORGA_ID`: the organisation in which your app is created
23
+
-`ORGA_ID`: the organisation in which your app is create
24
+
-`GITHUB_TOKEN`: implicit, to enable comments on the PR
24
25
25
26
For better security, we advise generating a specific `CLEVER_SECRET` and `CLEVER_TOKEN` for GitHub Actions. Follow these steps to do so:
26
27
@@ -84,6 +85,7 @@ To inject your app secrets and environment variables on Clever Cloud, add them t
84
85
name: Create review app
85
86
uses: CleverCloud/clever-cloud-review-app@latest
86
87
env:
88
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # To enable comments on the PR
0 commit comments