| author | |
| committer | |
| log | 5dce9368d617e5acd0a726c70a22403ca055019a |
| tree | f181ad048fe91c9ce75ffbfc4247ee03ffeb1201 |
| parent | 99b954b9ce1cf096490a1e4bb4d316420a13c297 |
it expired after one year2 files changed, 2 insertions(+), 1 deletions(-)
.builds/freebsd.yml+1-1| ... | @@ -1,7 +1,7 @@ | ... | @@ -1,7 +1,7 @@ |
| 1 | image: freebsd/latest | 1 | image: freebsd/latest |
| 2 | secrets: | 2 | secrets: |
| 3 | - 51bfddf5-86a6-4e01-8576-358c72a4a0a4 | 3 | - 51bfddf5-86a6-4e01-8576-358c72a4a0a4 |
| 4 | - 512ed797-0927-475a-83fd-bc997792860c | 4 | - be22288f-b1bc-4243-abe3-43d8f0e7079b |
| 5 | sources: | 5 | sources: |
| 6 | - https://github.com/ziglang/zig | 6 | - https://github.com/ziglang/zig |
| 7 | tasks: | 7 | tasks: |
ci/srht/on_master_success+1| ... | @@ -44,6 +44,7 @@ EOF | ... | @@ -44,6 +44,7 @@ EOF |
| 44 | jq <$YML_FILE -sR '{ | 44 | jq <$YML_FILE -sR '{ |
| 45 | "manifest": ., | 45 | "manifest": ., |
| 46 | }' | curl \ | 46 | }' | curl \ |
| 47 | --fail-with-body \ | ||
| 47 | -H Authorization:"token $OAUTH_TOKEN" \ | 48 | -H Authorization:"token $OAUTH_TOKEN" \ |
| 48 | -H Content-Type:application/json \ | 49 | -H Content-Type:application/json \ |
| 49 | -X POST \ | 50 | -X POST \ |