Skip to content

Commit

Permalink
Update docs for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Feb 27, 2024
1 parent ea6c2a9 commit b7bb1ce
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Apply netrc creds with direct input
uses: bcomnes/netrc-creds@master
uses: bcomnes/netrc-creds@v3
with:
machine: some.other.api.com
login: person
password: 1234qwer # store this in secrets
- name: Apply netrc creds with direct input again
uses: bcomnes/netrc-creds@master
uses: bcomnes/netrc-creds@v3
with:
machine: another.api.com
login: person
password: 1234qwer # store this in secrets
- name: Apply netrc creds with a JSON block
uses: bcomnes/netrc-creds@v2.0.0
uses: bcomnes/netrc-creds@v3
with:
creds: |
[
Expand All @@ -77,8 +77,7 @@ jobs:
### Can you offer a major version tag/branch alias? I want automatic updates!
Yes!
Yes! netrc-creds now offers a v2 and v3 major branch pointer.
Yes
## License
The scripts and documentation in this project are released under the [MIT License](LICENSE)

0 comments on commit b7bb1ce

Please sign in to comment.