Skip to content

Commit

Permalink
Merge pull request #147 from SADiLaR/chore/ci-token-permission
Browse files Browse the repository at this point in the history
chore(ci): set GitHub token permissions to read-only for all workflows
  • Loading branch information
Restioson authored Nov 7, 2024
2 parents 4410af2 + 6003097 commit 0846ba5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
branches:
- "main"

permissions: read-all

jobs:
deploy_test:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
tags:
- v**

permissions: read-all

jobs:
docker_push:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- develop
pull_request:

permissions: read-all

jobs:
test_project:
runs-on: ubuntu-latest # operating system your code will run on
Expand Down

0 comments on commit 0846ba5

Please sign in to comment.