mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2025-12-14 16:40:55 -08:00
Compare commits
4 Commits
searchinde
...
searchinde
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
50520f6c7d | ||
|
|
1b274752fd | ||
|
|
63f5aa81e3 | ||
|
|
eb7245d3fd |
4
.github/workflows/build_master.yml
vendored
4
.github/workflows/build_master.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
- name: Publish search index release asset
|
- name: Publish search index release asset
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
@@ -59,7 +59,7 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
TOKEN="${PAT_TOKEN:-${GITHUB_TOKEN:-}}"
|
TOKEN="${GITHUB_TOKEN}"
|
||||||
if [ -z "$TOKEN" ]; then
|
if [ -z "$TOKEN" ]; then
|
||||||
echo "No token available for GitHub CLI" >&2
|
echo "No token available for GitHub CLI" >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
6
.github/workflows/translate_all.yml
vendored
6
.github/workflows/translate_all.yml
vendored
@@ -107,7 +107,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "Files to translate:"
|
echo "Files to translate (`wc -l < /tmp/file_paths.txt`):"
|
||||||
cat /tmp/file_paths.txt
|
cat /tmp/file_paths.txt
|
||||||
echo ""
|
echo ""
|
||||||
echo ""
|
echo ""
|
||||||
@@ -147,7 +147,7 @@ jobs:
|
|||||||
- name: Publish search index release asset
|
- name: Publish search index release asset
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
@@ -160,7 +160,7 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
TOKEN="${PAT_TOKEN:-${GITHUB_TOKEN:-}}"
|
TOKEN="${GITHUB_TOKEN}"
|
||||||
if [ -z "$TOKEN" ]; then
|
if [ -z "$TOKEN" ]; then
|
||||||
echo "No token available for GitHub CLI" >&2
|
echo "No token available for GitHub CLI" >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
@@ -60,3 +60,4 @@ Your local copy of HackTricks Cloud will be **available at [http://localhost:337
|
|||||||

|

|
||||||
|
|
||||||
{{#include ./banners/hacktricks-training.md}}
|
{{#include ./banners/hacktricks-training.md}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user