Skip to content

Commit

Permalink
fix(pr): remove persistent credentials: false
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelAlphonso committed Jun 7, 2022
1 parent 0d8dac4 commit d4439be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/create-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false

- uses: bahmutov/npm-install@v1

Expand All @@ -36,7 +35,6 @@ jobs:
- name: Exrtact changelog
shell: bash
run: |
git fetch --all
CHANGELOG=$(./create-release-notes --from ${{ github.event.inputs.base }} --group)
CHANGELOG="${CHANGELOG//'%'/'%25'}"
CHANGELOG="${CHANGELOG//$'\n'/'%0A'}"
Expand Down

0 comments on commit d4439be

Please sign in to comment.