Skip to content

Commit

Permalink
Moved to dev-lexic.swissgeol.ch baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
g-nardiello authored Dec 5, 2024
1 parent 733ff58 commit 520803b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tektonik-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Upload file via PUT to graphdb-gps
env:
FILE_PATH: ./tektonik.rdf # percorso del file che vuoi caricare
PUT_URL: https://dev-graphdbgps.swissgeol.ch/publish/tektonik_swisstopo_public_core?context=https://lexic.swissgeol.ch/TectonicUnits/
PUT_URL: https://dev-graphdbgps.swissgeol.ch/publish/tektonik_swisstopo_public_core?context=https://dev-lexic.swissgeol.ch/TectonicUnits/
TOKEN: ${{ secrets.LEXIC_CONTROLLED_VOCABULARIES_GRAPHDB_GPS_TOKEN }}
run: |
response=$(curl -w "%{http_code}" -X PUT -T $FILE_PATH -H "Authorization: Bearer $TOKEN" $PUT_URL -o response.txt)
Expand Down

0 comments on commit 520803b

Please sign in to comment.