Skip to content

Commit

Permalink
Updated permission to be for entire work flow
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenge committed Oct 10, 2024
1 parent ce013da commit 1194e89
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-bdnbenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: true

permissions:
deployments: write #permission to deploy GitHub pages website
contents: write # permission to update benchmark contents in gh-pages branch

jobs:
changes:
name: Check for changes
runs-on: ubuntu-latest # don't need matrix to test where the changes were made in code
permissions:
deployments: write #permission to deploy GitHub pages website
contents: write # permission to update benchmark contents in gh-pages branch
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit 1194e89

Please sign in to comment.