mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2025-12-12 15:50:19 -08:00
fix workflows
This commit is contained in:
4
.github/workflows/build_master.yml
vendored
4
.github/workflows/build_master.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
|
||||
- name: Update searchindex.js in repo
|
||||
run: |
|
||||
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
|
||||
(git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
|
||||
git pull
|
||||
git config --global user.email "build@example.com"
|
||||
git config --global user.name "Build master"
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
cp book/searchindex.json searchindex.json
|
||||
git add searchindex.js searchindex.json
|
||||
git commit -m "Update searchindex"
|
||||
git push
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
4
.github/workflows/translate_de.yml
vendored
4
.github/workflows/translate_de.yml
vendored
@@ -68,13 +68,13 @@ jobs:
|
||||
|
||||
- name: Update searchindex.js in repo
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
(git checkout $BRANCH
|
||||
git pull
|
||||
cp book/searchindex.js searchindex.js
|
||||
cp book/searchindex.json searchindex.json
|
||||
git add searchindex.js searchindex.json
|
||||
git commit -m "Update searchindex for $BRANCH"
|
||||
git push
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
4
.github/workflows/translate_el.yml
vendored
4
.github/workflows/translate_el.yml
vendored
@@ -68,13 +68,13 @@ jobs:
|
||||
|
||||
- name: Update searchindex.js in repo
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
(git checkout $BRANCH
|
||||
git pull
|
||||
cp book/searchindex.js searchindex.js
|
||||
cp book/searchindex.json searchindex.json
|
||||
git add searchindex.js searchindex.json
|
||||
git commit -m "Update searchindex for $BRANCH"
|
||||
git push
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
4
.github/workflows/translate_es.yml
vendored
4
.github/workflows/translate_es.yml
vendored
@@ -67,13 +67,13 @@ jobs:
|
||||
|
||||
- name: Update searchindex.js in repo
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
(git checkout $BRANCH
|
||||
git pull
|
||||
cp book/searchindex.js searchindex.js
|
||||
cp book/searchindex.json searchindex.json
|
||||
git add searchindex.js searchindex.json
|
||||
git commit -m "Update searchindex for $BRANCH"
|
||||
git push
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
4
.github/workflows/translate_fr.yml
vendored
4
.github/workflows/translate_fr.yml
vendored
@@ -68,13 +68,13 @@ jobs:
|
||||
|
||||
- name: Update searchindex.js in repo
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
(git checkout $BRANCH
|
||||
git pull
|
||||
cp book/searchindex.js searchindex.js
|
||||
cp book/searchindex.json searchindex.json
|
||||
git add searchindex.js searchindex.json
|
||||
git commit -m "Update searchindex for $BRANCH"
|
||||
git push
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
4
.github/workflows/translate_hi.yml
vendored
4
.github/workflows/translate_hi.yml
vendored
@@ -68,13 +68,13 @@ jobs:
|
||||
|
||||
- name: Update searchindex.js in repo
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
(git checkout $BRANCH
|
||||
git pull
|
||||
cp book/searchindex.js searchindex.js
|
||||
cp book/searchindex.json searchindex.json
|
||||
git add searchindex.js searchindex.json
|
||||
git commit -m "Update searchindex for $BRANCH"
|
||||
git push
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
4
.github/workflows/translate_it.yml
vendored
4
.github/workflows/translate_it.yml
vendored
@@ -68,13 +68,13 @@ jobs:
|
||||
|
||||
- name: Update searchindex.js in repo
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
(git checkout $BRANCH
|
||||
git pull
|
||||
cp book/searchindex.js searchindex.js
|
||||
cp book/searchindex.json searchindex.json
|
||||
git add searchindex.js searchindex.json
|
||||
git commit -m "Update searchindex for $BRANCH"
|
||||
git push
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
4
.github/workflows/translate_ja.yml
vendored
4
.github/workflows/translate_ja.yml
vendored
@@ -68,13 +68,13 @@ jobs:
|
||||
|
||||
- name: Update searchindex.js in repo
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
(git checkout $BRANCH
|
||||
git pull
|
||||
cp book/searchindex.js searchindex.js
|
||||
cp book/searchindex.json searchindex.json
|
||||
git add searchindex.js searchindex.json
|
||||
git commit -m "Update searchindex for $BRANCH"
|
||||
git push
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
4
.github/workflows/translate_ko.yml
vendored
4
.github/workflows/translate_ko.yml
vendored
@@ -68,13 +68,13 @@ jobs:
|
||||
|
||||
- name: Update searchindex.js in repo
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
(git checkout $BRANCH
|
||||
git pull
|
||||
cp book/searchindex.js searchindex.js
|
||||
cp book/searchindex.json searchindex.json
|
||||
git add searchindex.js searchindex.json
|
||||
git commit -m "Update searchindex for $BRANCH"
|
||||
git push
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
4
.github/workflows/translate_pl.yml
vendored
4
.github/workflows/translate_pl.yml
vendored
@@ -68,13 +68,13 @@ jobs:
|
||||
|
||||
- name: Update searchindex.js in repo
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
(git checkout $BRANCH
|
||||
git pull
|
||||
cp book/searchindex.js searchindex.js
|
||||
cp book/searchindex.json searchindex.json
|
||||
git add searchindex.js searchindex.json
|
||||
git commit -m "Update searchindex for $BRANCH"
|
||||
git push
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
4
.github/workflows/translate_pt.yml
vendored
4
.github/workflows/translate_pt.yml
vendored
@@ -68,13 +68,13 @@ jobs:
|
||||
|
||||
- name: Update searchindex.js in repo
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
(git checkout $BRANCH
|
||||
git pull
|
||||
cp book/searchindex.js searchindex.js
|
||||
cp book/searchindex.json searchindex.json
|
||||
git add searchindex.js searchindex.json
|
||||
git commit -m "Update searchindex for $BRANCH"
|
||||
git push
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
4
.github/workflows/translate_sr.yml
vendored
4
.github/workflows/translate_sr.yml
vendored
@@ -68,13 +68,13 @@ jobs:
|
||||
|
||||
- name: Update searchindex.js in repo
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
(git checkout $BRANCH
|
||||
git pull
|
||||
cp book/searchindex.js searchindex.js
|
||||
cp book/searchindex.json searchindex.json
|
||||
git add searchindex.js searchindex.json
|
||||
git commit -m "Update searchindex for $BRANCH"
|
||||
git push
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
4
.github/workflows/translate_sw.yml
vendored
4
.github/workflows/translate_sw.yml
vendored
@@ -68,13 +68,13 @@ jobs:
|
||||
|
||||
- name: Update searchindex.js in repo
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
(git checkout $BRANCH
|
||||
git pull
|
||||
cp book/searchindex.js searchindex.js
|
||||
cp book/searchindex.json searchindex.json
|
||||
git add searchindex.js searchindex.json
|
||||
git commit -m "Update searchindex for $BRANCH"
|
||||
git push
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
4
.github/workflows/translate_tr.yml
vendored
4
.github/workflows/translate_tr.yml
vendored
@@ -68,13 +68,13 @@ jobs:
|
||||
|
||||
- name: Update searchindex.js in repo
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
(git checkout $BRANCH
|
||||
git pull
|
||||
cp book/searchindex.js searchindex.js
|
||||
cp book/searchindex.json searchindex.json
|
||||
git add searchindex.js searchindex.json
|
||||
git commit -m "Update searchindex for $BRANCH"
|
||||
git push
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
4
.github/workflows/translate_uk.yml
vendored
4
.github/workflows/translate_uk.yml
vendored
@@ -68,13 +68,13 @@ jobs:
|
||||
|
||||
- name: Update searchindex.js in repo
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
(git checkout $BRANCH
|
||||
git pull
|
||||
cp book/searchindex.js searchindex.js
|
||||
cp book/searchindex.json searchindex.json
|
||||
git add searchindex.js searchindex.json
|
||||
git commit -m "Update searchindex for $BRANCH"
|
||||
git push
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
4
.github/workflows/translate_zh.yml
vendored
4
.github/workflows/translate_zh.yml
vendored
@@ -68,13 +68,13 @@ jobs:
|
||||
|
||||
- name: Update searchindex.js in repo
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
(git checkout $BRANCH
|
||||
git pull
|
||||
cp book/searchindex.js searchindex.js
|
||||
cp book/searchindex.json searchindex.json
|
||||
git add searchindex.js searchindex.json
|
||||
git commit -m "Update searchindex for $BRANCH"
|
||||
git push
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
Reference in New Issue
Block a user