Skip to content

Commit

Permalink
Correct permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhansa-msft committed Mar 1, 2024
1 parent 00f517e commit fc57550
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/perftest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ name: Performance Testing
on:
push:
branches:
- main
- vibhansa/perftestrunner

permissions:
issues: write
pull-requests: write

jobs:
PerfTesting:
runs-on: [self-hosted, 1ES.Pool=blobfuse2-github-pool]
timeout-minutes: 360

permissions:
id-token: write
contents: write
pages: write

steps:
# Print the host info
- name: 'Host info'
Expand Down

0 comments on commit fc57550

Please sign in to comment.