Skip to content

Commit 3ab1ca5

Browse files
committed
update readme and bump versions
1 parent 0868186 commit 3ab1ca5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-latest
9494
steps:
9595
- name: Github Org Membership Manager
96-
uses: appvia/githubUserManager@v1.0.1
96+
uses: appvia/githubUserManager@v1.0.5
9797
with:
9898
google-email-address: hello@example.com
9999
google-credentials: ${{ secrets.GOOGLE_CREDENTIALS }}
@@ -105,6 +105,8 @@ jobs:
105105
github-installation-id: 12345
106106
github-private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
107107
ignored-users: user1,user2
108+
github-token: ${{ secrets.GITHUB_TOKEN }}
109+
github-actor: ${{ github.actor }}
108110
```
109111
110112
Add a dependabot configuration to always get updates!

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
6363
-e GITHUB_INSTALLATION_ID="$GITHUB_INSTALLATION_ID" \
6464
-e GITHUB_PRIVATE_KEY="$GITHUB_PRIVATE_KEY" \
6565
-e IGNORED_USERS="$IGNORED_USERS" \
66-
docker.pkg.github.com/appvia/githubusermanager/githubusermanager:v1.0.3
66+
docker.pkg.github.com/appvia/githubusermanager/githubusermanager:v1.0.5
6767
shell: bash
6868
env:
6969
GOOGLE_EMAIL_ADDRESS: ${{ inputs.google-email-address }}

0 commit comments

Comments
 (0)