using v1.0.1 in README

This commit is contained in:
Sean OMeara
2022-12-23 15:29:14 +01:00
parent 16826734a3
commit cace1e426c
+2 -2
View File
@@ -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 }}
@@ -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 }}