Skip to content

Commit

Permalink
Update job permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbuzzi committed Jul 23, 2024
1 parent 183c3f4 commit 36796d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/process-benchmark-results.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:

jobs:
PROCESS_RESULTS:
permissions:
contents: 'write'
id-token: 'write'
runs-on: ubuntu-latest
steps:
- name: Check out repository
Expand Down

0 comments on commit 36796d2

Please sign in to comment.