Skip to content

Commit 77eeb8e

Browse files
committed
Remove commented credentials from publish-docs
This job is now only added for public repos, so there is no need to pass credentials. Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent 6154f45 commit 77eeb8e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • cookiecutter/{{cookiecutter.github_repo_name}}/.github/workflows

cookiecutter/{{cookiecutter.github_repo_name}}/.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,6 @@ jobs:
273273
steps:
274274
- name: Setup Git
275275
uses: frequenz-floss/gh-action-setup-git@16952aac3ccc01d27412fe0dea3ea946530dcace # v1.0.0
276-
# TODO(cookiecutter): Uncomment this for projects with private dependencies
277-
# with:
278-
# username: ${{ secrets.GIT_USER }}
279-
# password: ${{ secrets.GIT_PASS }}
280276

281277
- name: Fetch sources
282278
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)