Skip to content

Commit

Permalink
Merge pull request #6 from jdalrymple/ci/creds
Browse files Browse the repository at this point in the history
Removing persistence from checkout creds
  • Loading branch information
jdalrymple committed Dec 13, 2023
2 parents e73ca34 + 31e6410 commit a3ca786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
token: ${{ secrets.GITHUB_TOKEN }}
- uses: ./.github/actions/setup
- name: Retrieve saved build files
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</a>
</p>

> A semaphore implementation using promises. A Fork of [vercel/async-sema](https://github.com/vercel/async-sema/).
> A semaphore implementation using promises. Forked from [vercel/async-sema](https://github.com/vercel/async-sema/).
## Table of Contents

Expand Down

0 comments on commit a3ca786

Please sign in to comment.