Skip to content

Commit 303e7ae

Browse files
committed
Merge branch 'main' into cleanup-projects-page
2 parents cdd3410 + fcaf193 commit 303e7ae

File tree

100 files changed

+6027
-1770
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+6027
-1770
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
jobs:
77
build:
88
runs-on: ubuntu-latest
9-
9+
permissions:
10+
contents: read
1011
steps:
1112
- name: Checkout code
1213
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/on-pr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: On Pull Request
2-
2+
permissions:
3+
contents: read
34
on:
45
pull_request:
56
types:

0 commit comments

Comments
 (0)