Skip to content

Commit

Permalink
Disable credential persistance on checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
paranerd committed Mar 18, 2024
1 parent 093db93 commit bba39fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit bba39fb

Please sign in to comment.