Skip to content

Commit 7b13c3f

Browse files
committed
wip
1 parent dcf7afa commit 7b13c3f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/validate-project-fields.yml

-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939

4040
- name: Run Project Fields Validation
4141
uses: input-output-hk/catalyst-ci/actions/run@master
42-
env:
43-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4442
if: always()
4543
continue-on-error: false
4644
with:

utilities/project-fields-validator/Earthfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ validate-project-fields:
2121
ENV GITHUB_REPOSITORY=${GITHUB_REPOSITORY}
2222
ENV GITHUB_EVENT_NUMBER=${GITHUB_EVENT_NUMBER}
2323

24-
RUN --secret GITHUB_TOKEN=GITHUB_TOKEN python3 main.py
24+
RUN --secret GITHUB_TOKEN python3 main.py

0 commit comments

Comments
 (0)