Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Update addGitHubOrganization.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Jan 18, 2024
1 parent f4044e3 commit 5a9e4d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/addGitHubOrganization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
java-version: '17'
- name: Adds an org
run: ./add-github-organization.sh ${{ inputs.org }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit 5a9e4d8

Please sign in to comment.