Skip to content

Commit 4fd9ecb

Browse files
authored
fix: removed token from remaining actions (#805)
1 parent 3b11840 commit 4fd9ecb

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Diff for: .github/workflows/on-merge-to-main.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
steps:
1717
- name: "Checkout"
1818
uses: actions/checkout@v3
19-
with:
20-
token: ${{ secrets.GH_PUBLISH_TOKEN }}
21-
fetch-depth: 0
2219
#########################
2320
# Release new version
2421
#########################
@@ -44,7 +41,7 @@ jobs:
4441
run: npm run lerna-lint
4542
- name: Run tests
4643
run: npm run lerna-test
47-
- name: update release draft
44+
- name: Update release draft
4845
uses: release-drafter/[email protected]
4946
env:
5047
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Diff for: .github/workflows/on-release-prod.yml

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
steps:
1414
- name: "Checkout"
1515
uses: actions/checkout@v3
16-
with:
17-
token: ${{ secrets.GH_PUBLISH_TOKEN }}
18-
fetch-depth: 0
1916
#########################
2017
# Release new version
2118
#########################

0 commit comments

Comments
 (0)