Skip to content

Commit

Permalink
update token
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 committed Jun 29, 2024
1 parent 07be368 commit e4b88f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Dispatch event
uses: actions/github-script@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GH_USER_TOKEN }}
script: |
await github.repos.createDispatchEvent({
owner: 'leap-stc',
Expand Down

0 comments on commit e4b88f4

Please sign in to comment.