mirror of
https://github.com/rancher/k3k.git
synced 2026-08-19 04:16:16 +00:00
Add github config mail and username for pushing k3k release (#75)
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ steps:
|
||||
from_secret: github_token
|
||||
checksum:
|
||||
- sha256
|
||||
checksum_file: CHECKSUMsum-amd64.txt
|
||||
checksum_file: CHECKSUMsum.txt
|
||||
checksum_flatten: true
|
||||
files:
|
||||
- "deploy/*"
|
||||
|
||||
+2
-2
@@ -21,8 +21,8 @@ cr index --token ${GITHUB_TOKEN} \
|
||||
-o rancher
|
||||
|
||||
# push to gh-pages
|
||||
git config --global user.email "drone[bot]@users.noreply.github.com"
|
||||
git config --global user.name "drone[bot]"
|
||||
git add index.yaml
|
||||
git commit -m "add chart-${CHART_TAG} to index.yaml"
|
||||
git push --set-upstream origin HEAD:gh-pages
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user