Skip to content

Commit

Permalink
Don't preserve credentials, maybe that'll get the PAT used. (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Apr 15, 2024
1 parent e6f8022 commit a9c0a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add_new_rust_to_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: checkout the source code
uses: actions/checkout@v4
with:
persist-credentials: true
persist-credentials: false

- name: download ci.yml from update job
uses: actions/download-artifact@v4
Expand Down

0 comments on commit a9c0a88

Please # to comment.