Skip to content

Commit

Permalink
fix(docs): github secrets usage (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta authored Mar 8, 2022
1 parent 2995f49 commit 5ca626f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/rdme.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ To use a GitHub secret in your `rdme` GitHub Action, first [create a new reposit
```yml
- uses: readmeio/rdme@RDME_VERSION
with:
rdme: openapi [path-to-file.json] --key={{ secrets.README_API_KEY }} --id={{ secrets.README_API_DEFINITION_ID }}
rdme: openapi [path-to-file.json] --key=${{ secrets.README_API_KEY }} --id=${{ secrets.README_API_DEFINITION_ID }}
```

## Usage in Other CI Environments
Expand Down

0 comments on commit 5ca626f

Please sign in to comment.