fix(Cache): set secure 0755 permissions mode when creating directory in FileVarExportHandler
#87
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Carson | ||
|
Check warning on line 1 in .github/workflows/run-carson.yml
|
||
| on: | ||
| pull_request_target: | ||
| types: | ||
| - opened | ||
| - edited | ||
| - synchronize | ||
| - reopened | ||
| - labeled | ||
| issues: | ||
| types: | ||
| - opened | ||
| - edited | ||
| - labeled | ||
| push: | ||
| branches: | ||
| - develop | ||
| - '4.*' | ||
| permissions: {} | ||
| jobs: | ||
| carson: | ||
| runs-on: ubuntu-24.04 | ||
| steps: | ||
| - name: Run Carson | ||
| uses: NexusPHP/carson@3973bbb86351a78861b75bbf504f53a83aede4dc # v1.4.2 | ||
| with: | ||
| app_id: ${{ secrets.CARSON_APP_ID }} | ||
| private_key: ${{ secrets.CARSON_PRIVATE_KEY }} | ||
| log_level: info | ||