1
0
mirror of https://github.com/bitwarden/server synced 2025-12-25 12:43:14 +00:00

[BRE-848] Adding Workflow Permissions (#5985)

This commit is contained in:
Andy Pixley
2025-06-20 12:15:38 -04:00
committed by GitHub
parent 91b4ef756b
commit b13c950328
4 changed files with 18 additions and 0 deletions

View File

@@ -31,10 +31,17 @@ on:
- "test/Infrastructure.IntegrationTest/**" # Any changes to the tests
- "src/**/Entities/**/*.cs" # Database entity definitions
permissions:
contents: read
jobs:
test:
name: Run tests
runs-on: ubuntu-22.04
permissions:
contents: read
actions: read
checks: write
steps:
- name: Check out repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2