Skip to content

Commit

Permalink
adjust token to PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
HarriPra committed Mar 18, 2024
1 parent 2212cc2 commit cbb00bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/repo-dispatch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description: 'Create a repository dispatch event'
inputs:
repo-token:
description: 'GITHUB_TOKEN or PAT'
default: ${{github.token}}
default: ${{github.PAT}}
required: true
target-repository:
description: 'name of repo here maybe'
description: 'name of repo here'
default: ${{github.repositoy}}
required: true
event-type:
Expand All @@ -17,7 +17,7 @@ inputs:
required: false

runs:
using: 'node20' #what is node 12?
using: 'node20'
main: 'index.js'
#unsure with what else to put here, need to research

0 comments on commit cbb00bc

Please sign in to comment.