Skip to content

Commit cbc4e85

Browse files
committed
remove credentials from forks variamts
1 parent 04b6c40 commit cbc4e85

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

.github/workflows/pin-dependencies-check-forks.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jobs:
1010
if: github.event.pull_request.head.repo.fork == true
1111
container:
1212
image: node:20
13-
credentials:
14-
username: "${{ vars.DOCKER_HUB_USERNAME }}"
15-
password: "${{ secrets.DOCKER_HUB_API_KEY }}"
1613
steps:
1714
- name: Checkout
1815
uses: actions/checkout@v4

.github/workflows/pr-title-check-forks.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ jobs:
88
if: github.event.pull_request.head.repo.fork == true
99
container:
1010
image: node:20
11-
credentials:
12-
username: "${{ vars.DOCKER_HUB_USERNAME }}"
13-
password: "${{ secrets.DOCKER_HUB_API_KEY }}"
1411
steps:
1512
- name: Checkout code
1613
uses: actions/checkout@v4

.github/workflows/tests-forks.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jobs:
1010
if: github.event.pull_request.head.repo.fork == true
1111
container:
1212
image: node:20
13-
credentials:
14-
username: "${{ vars.DOCKER_HUB_USERNAME }}"
15-
password: "${{ secrets.DOCKER_HUB_API_KEY }}"
1613
steps:
1714
- name: Checkout
1815
uses: actions/checkout@v4

0 commit comments

Comments
 (0)