mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 23:22:44 +00:00
CI: update sourcehut oauth token
it expired after one year
This commit is contained in:
parent
99b954b9ce
commit
5dce9368d6
@ -1,7 +1,7 @@
|
|||||||
image: freebsd/latest
|
image: freebsd/latest
|
||||||
secrets:
|
secrets:
|
||||||
- 51bfddf5-86a6-4e01-8576-358c72a4a0a4
|
- 51bfddf5-86a6-4e01-8576-358c72a4a0a4
|
||||||
- 512ed797-0927-475a-83fd-bc997792860c
|
- be22288f-b1bc-4243-abe3-43d8f0e7079b
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/ziglang/zig
|
- https://github.com/ziglang/zig
|
||||||
tasks:
|
tasks:
|
||||||
|
@ -44,6 +44,7 @@ EOF
|
|||||||
jq <$YML_FILE -sR '{
|
jq <$YML_FILE -sR '{
|
||||||
"manifest": .,
|
"manifest": .,
|
||||||
}' | curl \
|
}' | curl \
|
||||||
|
--fail-with-body \
|
||||||
-H Authorization:"token $OAUTH_TOKEN" \
|
-H Authorization:"token $OAUTH_TOKEN" \
|
||||||
-H Content-Type:application/json \
|
-H Content-Type:application/json \
|
||||||
-X POST \
|
-X POST \
|
||||||
|
Loading…
Reference in New Issue
Block a user