ci: Update workflow permissions handling
Some checks failed
BotServer CI/CD / build (push) Failing after 1s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-17 11:40:45 -03:00
parent 6005b57391
commit a826be35f7

View file

@ -23,13 +23,12 @@ jobs:
steps:
- name: Setup Persistent Directories
run: |
# Criar diretórios persistentes para cache
# Criar diretórios persistentes para cache (owned by root, CI runs as root)
mkdir -p /opt/gbo/data/cache/sccache
mkdir -p /opt/gbo/data/cache/cargo
mkdir -p /opt/gbo/data/persistent-botserver
mkdir -p /opt/gbo/data/gb-ws
chmod -R 755 /opt/gbo/data/cache
chmod -R 755 /opt/gbo/data/persistent-botserver
# Don't chmod - permissions handled by container
- name: Setup Git
run: |