Skip to content

Commit

Permalink
Do not persist credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Madis0 authored Dec 16, 2024
1 parent b256e9a commit 914d328
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install Go
uses: actions/setup-go@v5
with:
Expand Down Expand Up @@ -41,6 +43,8 @@ jobs:
uses: mozilla-actions/[email protected]
- name: Checkout Repository
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Download Verifier
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 914d328

Please sign in to comment.