File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
110112Add a dependabot configuration to always get updates!
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments