mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
f
This commit is contained in:
parent
9c9b53d240
commit
7253100320
2
.github/workflows/translate_af.yml
vendored
2
.github/workflows/translate_af.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
fi
|
||||
(git add searchindex.js searchindex.json;
|
||||
git commit -m "Update searchindex";
|
||||
git push) || true
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
2
.github/workflows/translate_de.yml
vendored
2
.github/workflows/translate_de.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
fi
|
||||
(git add searchindex.js searchindex.json;
|
||||
git commit -m "Update searchindex";
|
||||
git push) || true
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
2
.github/workflows/translate_el.yml
vendored
2
.github/workflows/translate_el.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
fi
|
||||
(git add searchindex.js searchindex.json;
|
||||
git commit -m "Update searchindex";
|
||||
git push) || true
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
2
.github/workflows/translate_es.yml
vendored
2
.github/workflows/translate_es.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
||||
fi
|
||||
(git add searchindex.js searchindex.json;
|
||||
git commit -m "Update searchindex";
|
||||
git push) || true
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
2
.github/workflows/translate_fr.yml
vendored
2
.github/workflows/translate_fr.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
fi
|
||||
(git add searchindex.js searchindex.json;
|
||||
git commit -m "Update searchindex";
|
||||
git push) || true
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
2
.github/workflows/translate_hi.yml
vendored
2
.github/workflows/translate_hi.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
fi
|
||||
(git add searchindex.js searchindex.json;
|
||||
git commit -m "Update searchindex";
|
||||
git push) || true
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
2
.github/workflows/translate_it.yml
vendored
2
.github/workflows/translate_it.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
fi
|
||||
(git add searchindex.js searchindex.json;
|
||||
git commit -m "Update searchindex";
|
||||
git push) || true
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
2
.github/workflows/translate_ja.yml
vendored
2
.github/workflows/translate_ja.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
fi
|
||||
(git add searchindex.js searchindex.json;
|
||||
git commit -m "Update searchindex";
|
||||
git push) || true
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
2
.github/workflows/translate_ko.yml
vendored
2
.github/workflows/translate_ko.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
fi
|
||||
(git add searchindex.js searchindex.json;
|
||||
git commit -m "Update searchindex";
|
||||
git push) || true
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
2
.github/workflows/translate_pl.yml
vendored
2
.github/workflows/translate_pl.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
fi
|
||||
(git add searchindex.js searchindex.json;
|
||||
git commit -m "Update searchindex";
|
||||
git push) || true
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
2
.github/workflows/translate_pt.yml
vendored
2
.github/workflows/translate_pt.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
fi
|
||||
(git add searchindex.js searchindex.json;
|
||||
git commit -m "Update searchindex";
|
||||
git push) || true
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
2
.github/workflows/translate_sr.yml
vendored
2
.github/workflows/translate_sr.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
fi
|
||||
(git add searchindex.js searchindex.json;
|
||||
git commit -m "Update searchindex";
|
||||
git push) || true
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
2
.github/workflows/translate_sw.yml
vendored
2
.github/workflows/translate_sw.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
fi
|
||||
(git add searchindex.js searchindex.json;
|
||||
git commit -m "Update searchindex";
|
||||
git push) || true
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
2
.github/workflows/translate_tr.yml
vendored
2
.github/workflows/translate_tr.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
fi
|
||||
(git add searchindex.js searchindex.json;
|
||||
git commit -m "Update searchindex";
|
||||
git push) || true
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
2
.github/workflows/translate_uk.yml
vendored
2
.github/workflows/translate_uk.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
fi
|
||||
(git add searchindex.js searchindex.json;
|
||||
git commit -m "Update searchindex";
|
||||
git push) || true
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
2
.github/workflows/translate_zh.yml
vendored
2
.github/workflows/translate_zh.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
fi
|
||||
(git add searchindex.js searchindex.json;
|
||||
git commit -m "Update searchindex";
|
||||
git push) || true
|
||||
git push) || echo "No changes to searchindex.js"
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
Loading…
x
Reference in New Issue
Block a user