Skip to content

Commit

Permalink
chore(ci): tighten workflow permissions (#2280)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Feb 18, 2025
1 parent 26e386a commit 21cfed0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/.deployer-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ on:
s3_endpoint:
description: S3 endpoint
required: false

permissions: {}

jobs:
deploy_db:
runs-on: ubuntu-24.04
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/.deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ on:
description: OpenShift token
required: true

permissions: {}

jobs:
deployer-db:
name: Database
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ env:
DOMAIN: apps.silver.devops.gov.bc.ca
PREFIX: ${{ github.event.repository.name }}-${{ inputs.target }}


permissions: {}

jobs:
integration-tests:
name: Integration
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions: {}

jobs:
ageOutPRs:
name: PR Deployment Purge
Expand Down

0 comments on commit 21cfed0

Please sign in to comment.