Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pablovilas authored Jan 25, 2024
1 parent 0e1229e commit 41511d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
api-key: ${{ secrets.NULLPLATFORM_API_KEY }}

- name: Use Access Token
run: echo "Access Token: ${{ steps.login.outputs.access-token }}"
run: echo "Access Token ${{ steps.login.outputs.access-token }}"
```
In this example, the GitHub Action logs in to Nullplatform using the provided API key and retrieves the access token, which can be used in subsequent steps.
Expand Down

0 comments on commit 41511d7

Please sign in to comment.