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