Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DarhkVoyd committed Aug 1, 2024
1 parent 4213578 commit f5e9021
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-landscape-tooling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
steps:
- name: Trigger update landscape repository workflow
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
run: |
curl -L \
-X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: Bearer $GITHUB_TOKEN" \
-H "Authorization: Bearer $PERSONAL_ACCESS_TOKEN" \
https://api.github.com/repos/darhkvoyd/landscape/actions/workflows/update-landscape-tooling.yml/dispatches \
-d '{"ref":"automate-landscape-tooling-data"}'
2 changes: 1 addition & 1 deletion data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2237,7 +2237,7 @@
draft: [7]
lastUpdated: '2022-08-31'

- name: darhkvoyd/JSON-GOATi
- name: darhkvoyd/JSON-GOAT
description: 'Greatest JSON Schema implementation of all time'
toolingTypes: ['validator']
languages: ['JavaScript']
Expand Down

0 comments on commit f5e9021

Please sign in to comment.