Skip to content

Commit

Permalink
ci: set persist-credentials to false for checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
siljekristensen committed Jul 2, 2024
1 parent b319e70 commit 4c87e4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false

- uses: actions/cache@v3
with:
Expand Down Expand Up @@ -43,6 +45,8 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false

- name: Get the Docker tag for GHCR
id: ghcr-tag
Expand Down

0 comments on commit 4c87e4d

Please sign in to comment.