Skip to content

Commit

Permalink
Guess not.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Mar 22, 2024
1 parent 62da46a commit 9f85cff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/new_team.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Create teams and assign permissions
env:
GH_TOKEN: ${{ secrets.GH_FINE_GRANTED_PAT }}
run: |
run: >-
echo "hello"
TEAM_ID=$(gh api -X POST /orgs/django-community/teams -f name=${{ inputs.base-team-name }}-committers -f description="People who have the ability to commit and maintain the project." -f privacy="closed")
echo $TEAM_ID
TEAM_ID = $(echo $TEAM_ID | jq ".id")
Expand Down

0 comments on commit 9f85cff

Please sign in to comment.