Skip to content

Commit e90fa73

Browse files
committed
the previous issue was due to repo being private and needed authentication token setup which felt unnecessary for repos that is going to be public.
yet i want to try see if github_token is necessary
1 parent f6ba3f0 commit e90fa73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cd.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
environment: ${{ env.ENVIRONMENT }}
4242
steps:
4343
- uses: actions/checkout@v3
44-
with:
45-
token: ${{ secrets.GITHUB_TOKEN }}
44+
# with:
45+
# token: ${{ secrets.GITHUB_TOKEN }}
4646
- name: Check changed files
4747
id: filter
4848
uses: dorny/paths-filter@v2
@@ -66,8 +66,8 @@ jobs:
6666
service: ${{ matrix.service }}
6767
steps:
6868
- uses: actions/checkout@v3
69-
with:
70-
token: ${{ secrets.GITHUB_TOKEN }}
69+
# with:
70+
# token: ${{ secrets.GITHUB_TOKEN }}
7171
- name: Configure AWS ECR Details
7272
uses: aws-actions/configure-aws-credentials@v3
7373
with:

0 commit comments

Comments
 (0)