Skip to content

Commit

Permalink
Merge pull request #2 from jitsecurity/jit-shlomi-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
k-shlomi authored Aug 27, 2023
2 parents c71c87b + 5a67401 commit 913bad2
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 @@ -31,11 +31,11 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
- name: Call action
uses: jitsecurity/jit-sync-teams-github-action@v1
uses: jitsecurity/jit-sync-teams-github-action@v1.0.0
with:
JIT_CLIENT_ID: ${{ secrets.JIT_CLIENT_ID }}
JIT_CLIENT_SECRET: ${{ secrets.JIT_CLIENT_SECRET }}
ORGANIZATION_NAME: ${{ github.repository_owner }}
GITHUB_API_TOKEN: ${{ secrets.MY_GITHUB_API_TOKEN }}
TEAM_WILDCARD_TO_EXCLUDE: "*dev*, *test*"
```
```

0 comments on commit 913bad2

Please sign in to comment.