Skip to content

Commit c7168c3

Browse files
committed
Removed lines required for private repositories.
1 parent 7f61e88 commit c7168c3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
# Get the repository's code
2626
- name: Checkout
2727
uses: actions/checkout@v2
28-
# Adding this for private repositories (%%% !!! REMOVE WHEN MOVING TO PUBLIC !!! %%%
29-
with:
30-
token: ${{ secrets.MY_REPO_PAT }}
31-
submodules: recursive
3228
# https://github.com/docker/setup-qemu-action
3329
- name: Set up QEMU
3430
uses: docker/setup-qemu-action@v1

0 commit comments

Comments
 (0)