Skip to content

Commit

Permalink
using v1.0.1 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
someara committed Dec 23, 2022
1 parent 1682673 commit cace1e4
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 @@ -12,7 +12,7 @@ authorizing runners onto private ZeroTier networks.

```yaml
- name: ZeroTier
uses: zerotier/github-action@v1
uses: zerotier/github-action@v1.0.1
with:
network_id: ${{ secrets.ZEROTIER_NETWORK_ID }}
auth_token: ${{ secrets.ZEROTIER_CENTRAL_TOKEN }}
Expand All @@ -29,7 +29,7 @@ It then uses the supplied `auth_token` to authorize the runner onto the network.

```yaml
- name: ZeroTier
uses: zerotier/github-action@v1
uses: zerotier/github-action@v1.0.1
with:
network_id: ${{ secrets.ZEROTIER_NETWORK_ID }}
auth_token: ${{ secrets.ZEROTIER_CENTRAL_TOKEN }}
Expand Down

0 comments on commit cace1e4

Please sign in to comment.