ci-test (working now) #2

Merged
Snoweuph merged 82 commits from ci-test into master 2023-04-05 19:20:53 +00:00
Showing only changes of commit b83a2d5b19 - Show all commits

View file

@ -43,11 +43,11 @@ jobs:
echo "---" echo "---"
tree builds tree builds
echo "---" echo "---"
echo ${{ github.repository }} echo
- name: create release - name: create release
run: | run: |
curl -X 'POST' \ curl -X 'POST' \
'https://git.euph.dev/api/v1/repos/gamedev/snake/releases' \ 'https://git.euph.dev/api/v1/repos/${{ github.repository }}/releases' \
-H 'accept: application/json' \ -H 'accept: application/json' \
-H 'Content-Type: application/json' \ -H 'Content-Type: application/json' \
-H 'Authorization: token ${{ secrets.RELEASE_TOKEN }}' \ -H 'Authorization: token ${{ secrets.RELEASE_TOKEN }}' \