mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Pass access token
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
d0505a98e5
commit
ae54ada65e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -eou pipefail
|
set -eou pipefail
|
||||||
|
|
||||||
git clone https://github.com/inspec/inspec.wiki.git
|
git clone https://x-access-token:${GITHUB_TOKEN}@github.com/inspec/inspec.wiki.git
|
||||||
|
|
||||||
pushd ./inspec.wiki
|
pushd ./inspec.wiki
|
||||||
# Publish release notes to S3
|
# Publish release notes to S3
|
||||||
|
|
Loading…
Reference in a new issue