Skip to content

Commit 5c0dfe6

Browse files
authored
Merge pull request #28 from rudderlabs/chore/GHA-061825-stepsecurity-remediation
chore: apply security best practices from step security
2 parents 160853a + f72644a commit 5c0dfe6

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/draft-new-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Draft new release
33
on:
44
workflow_dispatch
55

6+
permissions:
7+
contents: read
8+
69
jobs:
710
draft-new-release:
811
name: Draft a new release

.github/workflows/notion-pr-sync.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ on:
4343
auto_merge_disabled,
4444
]
4545

46+
permissions:
47+
contents: read
48+
4649
jobs:
4750
request:
4851
runs-on: ubuntu-latest

.github/workflows/publish-new-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
types:
88
- closed
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
release:
1215
name: Publish new release

0 commit comments

Comments
 (0)