Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ This action takes the following inputs:
- `creditionals`: Uses this account creditionals to publish
You must be logged in to pub.dev to find this `creditional.json` file under

| Platform | path |
| --------- | ------------------------------------------------------------------------------------- |
| `Windows` | `%LOCALAPPDATA%\Pub\Cache\credentials.json` or `%APPDATA%\Pub\Cache\credentials.json` |
| `Linux` | `~/.pub-cache/credentials.json` |
| `Mac-OS` | `~/.pub-cache/credentials.json` |
| Platform | path |
| --------- | -------------------------------------------------------------------------------------------- |
| `Windows` | `%LOCALAPPDATA%\Pub\Cache\credentials.json` or `%APPDATA%\Pub\Cache\credentials.json` |
| `Linux` | `~/.pub-cache/credentials.json` |
| `Mac-OS` | `~/.pub-cache/credentials.json` or `~/Library/Application Support/dart/pub-credentials.json`|

copy the contents of this file and use [GitHub secret](https://docs.github.com/en/actions/reference/encrypted-secrets) to access it in you work flow.
*If this file doesn't exist try `dart pub logout && dart pub login`.*
Expand Down