1
0
mirror of https://github.com/tommytran732/MariaDB-Root-Password-Reset synced 2024-11-09 13:11:34 -05:00

Add permission control for workflow

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-09-10 16:24:29 -07:00 committed by GitHub
parent 932e6bdb49
commit 57db1ade32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,8 +28,10 @@ on:
jobs: jobs:
shellcheck: shellcheck:
name: Bash syntax checker name: Shell syntax checker
runs-on: ubuntu-latest runs-on: ubuntu-24.04
permissions:
contents: read
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4