Skip to content

Commit

Permalink
🩹 docs(readme): add missing tag [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszPorowski committed May 30, 2023
1 parent 33b2c83 commit 766f2ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ The below example assumes the Deployment Environment name is `staging` and conta
```yaml
- name: Staging Environment Variables
id: staging-env-vars
uses: raven-actions/environment-variables
uses: raven-actions/environment-variables@v1
with:
github-token: ${{ secrets.MY_PAT }}
github-token: ${{ secrets.MY_GH_TOKEN }}
environment: staging
```
Expand Down

0 comments on commit 766f2ff

Please sign in to comment.