-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename token + remove touch + refacto echo
- Loading branch information
1 parent
aa51b96
commit 157b0b2
Showing
2 changed files
with
16 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ This action sets up your ReactAdmin Enterprise Edition authentication by creatin | |
|
||
## Environnement variable | ||
|
||
### `RA_TOKEN` | ||
### `RA_EE_CI_TOKEN` | ||
|
||
You have to provide your ReactAdmin Enterprise Edition secret CI token. Do not paste it directly in your repository but use [Github Encrypted Secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository) instead. | ||
|
||
|
@@ -23,5 +23,5 @@ jobs: | |
steps: | ||
- uses: react-admin/[email protected] | ||
env: | ||
RA_TOKEN: ${{secrets.RA_EE_CI_TOKEN}} | ||
RA_EE_CI_TOKEN: ${{secrets.RA_EE_CI_TOKEN}} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters