chore: use GITHUB_TOKEN instead of App Token in version workflows
This commit is contained in:
parent
416f915a62
commit
498f3f9308
4
.github/workflows/update-github-versions.yml
generated
vendored
4
.github/workflows/update-github-versions.yml
generated
vendored
@ -57,10 +57,10 @@ jobs:
|
||||
# Get list of slugs from JSON files
|
||||
echo ""
|
||||
echo "=== Scanning JSON files for slugs ==="
|
||||
|
||||
|
||||
for json_file in frontend/public/json/*.json; do
|
||||
[[ ! -f "$json_file" ]] && continue
|
||||
|
||||
|
||||
# Skip non-app JSON files
|
||||
basename_file=$(basename "$json_file")
|
||||
case "$basename_file" in
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user