mirror of
https://github.com/zerotier/github-action.git
synced 2026-05-22 16:27:40 -07:00
using v1.0.1 in README
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user