Skip to content

Commit bf4514f

Browse files
committed
ci: remove secrets: inherit
1 parent bee985e commit bf4514f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/release-grapesjs-react-latest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
publish:
88
if: "contains(github.event.head_commit.message, 'Release GrapesJS React latest:')"
99
runs-on: ubuntu-latest
10-
secrets: inherit
1110
steps:
1211
- name: Checkout
1312
uses: actions/checkout@v4

.github/workflows/release-grapesjs-react-rc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
publish:
88
if: "contains(github.event.head_commit.message, 'Release GrapesJS React rc:')"
99
runs-on: ubuntu-latest
10-
secrets: inherit
1110
steps:
1211
- name: Checkout
1312
uses: actions/checkout@v4

0 commit comments

Comments
 (0)