This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
Please invite me to the GitHub Community Organization #5871
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
issues: | |
types: [labeled] | |
jobs: | |
create-user: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: EddieHubCommunity/gh-action-community/src/api-user@main | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
api-key: ${{ secrets.API_TOKEN }} | |
api-url: ${{ secrets.API_URL }}/github |