Skip to content

Commit

Permalink
fix: removed token from remaining actions (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Apr 26, 2022
1 parent 3b11840 commit 4fd9ecb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/on-merge-to-main.yml
Expand Up @@ -16,9 +16,6 @@ jobs:
steps:
- name: "Checkout"
uses: actions/checkout@v3
with:
token: ${{ secrets.GH_PUBLISH_TOKEN }}
fetch-depth: 0
#########################
# Release new version
#########################
Expand All @@ -44,7 +41,7 @@ jobs:
run: npm run lerna-lint
- name: Run tests
run: npm run lerna-test
- name: update release draft
- name: Update release draft
uses: release-drafter/release-drafter@v5.19.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/on-release-prod.yml
Expand Up @@ -13,9 +13,6 @@ jobs:
steps:
- name: "Checkout"
uses: actions/checkout@v3
with:
token: ${{ secrets.GH_PUBLISH_TOKEN }}
fetch-depth: 0
#########################
# Release new version
#########################
Expand Down

0 comments on commit 4fd9ecb

Please sign in to comment.