Skip to content

Commit

Permalink
docs: update example version v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kty1965 committed Feb 16, 2024
1 parent 7e60029 commit d62d216
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ A GitHub Action that will load Enterprise IP Allow List Entries from the [GitHub

```yaml
- name: Add Actions to IP Allow List
uses: kty1965/add-github-meta-ips-to-allowlist@v0.1.0
uses: kty1965/add-github-meta-ips-to-allowlist@v0.2.0
with:
github_token: ${{ secrets.ENTERPRISE_ACCESS_PAT }}
enterprise_slug: ENTERPRISE_NAME
Expand All @@ -45,7 +45,7 @@ A GitHub Action that will load Enterprise IP Allow List Entries from the [GitHub
```yaml
- name: Add additional cidr entries to IP Allow List
uses: kty1965/add-github-meta-ips-to-allowlist@v0.1.0
uses: kty1965/add-github-meta-ips-to-allowlist@v0.2.0
with:
github_token: ${{ secrets.ENTERPRISE_ACCESS_PAT }}
enterprise_slug: ENTERPRISE_NAME
Expand Down Expand Up @@ -82,7 +82,7 @@ A GitHub Action that will load Enterprise IP Allow List Entries from the [GitHub
- name: Add Custom CIDRs to IP Allow List
env:
UV_THREADPOOL_SIZE: 32
uses: kty1965/add-github-meta-ips-to-allowlist@v0.1.0
uses: kty1965/add-github-meta-ips-to-allowlist@v0.2.0
with:
github_token: ${{ secrets.ENTERPRISE_ACCESS_PAT }}
enterprise_slug: modusign
Expand Down

0 comments on commit d62d216

Please sign in to comment.