mirror of
https://codeberg.org/moonleay/Gimbal.git
synced 2025-04-11 08:54:15 +02:00
ci: fixed token string
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
6862174aee
commit
da26ae4c5a
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ publishing {
|
||||||
val accessToken = System.getenv("GITHUB_TOKEN")
|
val accessToken = System.getenv("GITHUB_TOKEN")
|
||||||
credentials(HttpHeaderCredentials::class) {
|
credentials(HttpHeaderCredentials::class) {
|
||||||
name = "Authorization"
|
name = "Authorization"
|
||||||
value = "token $accessToken"
|
value = accessToken
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue