Skip to content

Commit

Permalink
fixing yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lornest committed Dec 15, 2023
1 parent 88767a6 commit 5e028e5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/server-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
tags: lornest/digits:latest

- name: Run curl command
run: |
curl --request POST "https://api.humanitec.io/orgs/gl-uki/artefact-versions" \
--header "Authorization: Bearer ${{ secrets.HUMANITEC_TOKEN }}" \
--header "Content-Type: application/json" \
--data-raw '{
"name": "'${{ digits-server }}'",
"version": "'${{ github.sha }}'",
"type": "container",
"commit": "'${{ github.sha }}'",
"ref": "'${{ github.ref }}'"
}'
run: |
curl --request POST "https://api.humanitec.io/orgs/gl-uki/artefact-versions" \
--header "Authorization: Bearer ${{ secrets.HUMANITEC_TOKEN }}" \
--header "Content-Type: application/json" \
--data-raw '{
"name": "'${{ digits-server }}'",
"version": "'${{ github.sha }}'",
"type": "container",
"commit": "'${{ github.sha }}'",
"ref": "'${{ github.ref }}'"
}'

0 comments on commit 5e028e5

Please sign in to comment.