Skip to content

Commit

Permalink
fixing credentials (#1303)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjcunningham7 authored Sep 30, 2022
1 parent 60ab357 commit cc980fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false

- name: Push to master
id: push
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `repository` arg to checkout in `version`
- fix `octokit` request action route, update env token
- add `fetch-depth: 0` to fetch entire history
- add `persist-credentials: false` in nightly

## [0.199.0] - 2022-09-29

Expand Down

0 comments on commit cc980fd

Please sign in to comment.