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 Jun 28, 2024
1 parent 4c8f50c commit f61f17b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- name: Install Omniorb 4
run: sudo apt-get install libomniorb4-dev
Expand All @@ -42,6 +44,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- name: Use Node.js 18.x
uses: actions/setup-node@v3
Expand Down Expand Up @@ -90,6 +94,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- name: Determine if images should be published to DockerHub
id: dockerhub
Expand Down

0 comments on commit f61f17b

Please sign in to comment.