Skip to content

Commit 8df3572

Browse files
authored
Merge pull request #764 from GSA/workflow-permission
set read-only permissions for GH workflows
2 parents 9d70fd4 + e35dbeb commit 8df3572

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/egress-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: Check Egress Operation
33

4+
permissions:
5+
contents: read
6+
47
on:
58
schedule:
69
- cron: '40 02,14 * * *'

.github/workflows/qa.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Harvester QA script
22

3+
permissions:
4+
contents: read
5+
36
env:
47
PY_VERSION: "3.12.13"
58
POETRY_VERSION: "latest"

0 commit comments

Comments
 (0)