Skip to content

Commit 936d2ab

Browse files
chore: add read permissions (#68)
On-behalf-of: Gerald Morrison (SAP) <[email protected]> Signed-off-by: Gerald Morrison (SAP) <[email protected]> <!-- markdownlint-disable MD041 --> #### What this PR does / why we need it Add permissions to just allow "read" content. Signed-off-by: Gerald Morrison (SAP) <[email protected]> Co-authored-by: Gerald Morrison (SAP) <[email protected]>
1 parent 95ed33c commit 936d2ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rotate-bdba-token.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# The token is used in the worklfow bdba.yaml and stored as a secret on org level
33
name: BDBA Token Rotation
44

5+
permissions:
6+
contents: read
7+
58
on:
69
schedule:
710
- cron: '37 2 1 * *' # Run on every 1st of month 2:37 AM UTC

0 commit comments

Comments
 (0)