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

Commit

Permalink
fix: repo token required
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude authored Jun 2, 2022
1 parent 508a9c2 commit ed527ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/api-user/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 'EddieHubCommunity User Creation'
description: 'Create community user so that activity can be recorded'
inputs:
repo-token:
description: 'Your GitHub Action temporary secret'
required: true
api-key:
description: 'Key for authenticating against the API'
required: true
Expand All @@ -10,4 +13,3 @@ inputs:
runs:
using: 'node16'
main: 'index.js'

0 comments on commit ed527ab

Please sign in to comment.