Skip to content

Commit ec98c70

Browse files
p2arthurlempira
authored andcommitted
ci: remove permissions usage from both prod_release and release workflows
1 parent 31897a0 commit ec98c70

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/prod_release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Prod Publish
33
on:
44
workflow_dispatch:
55

6-
permissions:
7-
contents: write
86

97
jobs:
108
prod_release:

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ on:
99

1010
concurrency: release
1111

12-
permissions:
13-
contents: write
14-
issues: write
15-
checks: write
16-
1712
jobs:
1813
ci:
1914
name: Continuous Integration

0 commit comments

Comments
 (0)