ci: Update workflow permissions handling
Some checks failed
BotServer CI/CD / build (push) Failing after 1s
Some checks failed
BotServer CI/CD / build (push) Failing after 1s
This commit is contained in:
parent
6005b57391
commit
a826be35f7
1 changed files with 2 additions and 3 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue