Skip to content

Commit a39d64f

Browse files
authored
add permission to all workflows (#5086)
1 parent bfed6b7 commit a39d64f

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

.github/workflows/check_node_latest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: integration-node-latest
2+
permissions:
3+
contents: read
24

35
on:
46
push:

.github/workflows/check_outdated_dependencies.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: check-outdated-dependencies
2+
permissions:
3+
contents: read
24

35
on:
46
push: # This will trigger the action when a pull request is opened or updated.

.github/workflows/performance.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: performance-tests
2+
permissions:
3+
contents: read
24

35
on:
46
push:

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: pre-commit
2+
permissions:
3+
contents: read
24

35
concurrency:
46
group: ${{ github.workflow }}-${{ github.event.pull_request.id }}

.github/workflows/reflex_init_in_docker_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: reflex-init-in-docker-test
2+
permissions:
3+
contents: read
24

35
concurrency:
46
group: ${{ github.workflow }}-${{ github.event.pull_request.id }}

0 commit comments

Comments
 (0)