Skip to content

Commit

Permalink
Don't persist credentials so PAT is used on push (#24)
Browse files Browse the repository at this point in the history
* Don't persist credentials so PAT is used on push

per https://github.com/orgs/community/discussions/26220

* Bump NEWS
  • Loading branch information
zsusswein authored Sep 4, 2024
1 parent 9152bc0 commit 61808b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/pr-commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- uses: r-lib/actions/pr-fetch@v2
with:
Expand Down Expand Up @@ -53,6 +55,8 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- uses: r-lib/actions/pr-fetch@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CFAEpiNow2Pipeline (development version)

* Parameters read from local parquet file or files
* Additional CI bug squashing
* Additional CI bugs squashed
* Bug fixed in the updated, faster pre-commit checks
* Updated, faster pre-commit checks
* Azure Blob file download utilities
Expand Down

0 comments on commit 61808b1

Please sign in to comment.