Skip to content

Commit 14c502b

Browse files
author
Komal Yadav
committed
Add permission
1 parent b365d80 commit 14c502b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-report.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# Copyright © 2024 Cask Data, Inc.
23
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
34
# use this file except in compliance with the License. You may obtain a copy of
@@ -21,6 +22,13 @@ on:
2122
types:
2223
- completed
2324

25+
permissions:
26+
contents: write # Allows writing to the repository (default is read-only)
27+
packages: read # Allows reading GitHub Packages
28+
actions: read # Allows reading workflow run information
29+
statuses: write # Required if the action updates commit statuses
30+
checks: write # Required if it updates GitHub Checks API
31+
2432
jobs:
2533
build:
2634
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)