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

Commit

Permalink
feat: create api user
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude authored Jun 2, 2022
1 parent beeff5b commit 508a9c2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/api-user/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 'EddieHubCommunity User Creation'
description: 'Create community user so that activity can be recorded'
inputs:
api-key:
description: 'Key for authenticating against the API'
required: true
api-url:
description: 'URL of the API'
required: true
runs:
using: 'node16'
main: 'index.js'

0 comments on commit 508a9c2

Please sign in to comment.