From 60240c44c873b754060056e1f70c0b877cb6dd8c Mon Sep 17 00:00:00 2001 From: kholdfuzion Date: Fri, 25 Apr 2025 13:01:37 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 42 +++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d466ed3..fcc59d3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,12 +37,12 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 - - name: Bypass Cloudflare for GitHub Action - uses: xiaotianxt/bypass-cloudflare-for-github-action@v1.1.1 - with: - cf_zone_id: ${{ secrets.CF_ZONE_ID }} - cf_api_token: ${{ secrets.CF_API_TOKEN }} - - uses: actions/checkout@v2 + # - name: Bypass Cloudflare for GitHub Action + # uses: xiaotianxt/bypass-cloudflare-for-github-action@v1.1.1 + # with: + # cf_zone_id: ${{ secrets.CF_ZONE_ID }} + # cf_api_token: ${{ secrets.CF_API_TOKEN }} + # - uses: actions/checkout@v2 # with: # fetch-depth: 2 - name: Install Depedencies @@ -108,23 +108,23 @@ jobs: # with: # name: my-artifact # path: tools/report/index.html - - name: Upload output files + #- name: Upload output files - uses: AXDOOMER/copy_file_to_another_repo_action@e54ae5087212906dac7ef96dee19e31190913257 + # uses: AXDOOMER/copy_file_to_another_repo_action@e54ae5087212906dac7ef96dee19e31190913257 - env: - API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} - API_TOKEN_USER: ${{ secrets.API_TOKEN_USER }} - API_TOKEN_EMAIL: ${{ secrets.API_TOKEN_EMAIL }} + #env: + # API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} + # API_TOKEN_USER: ${{ secrets.API_TOKEN_USER }} + # API_TOKEN_EMAIL: ${{ secrets.API_TOKEN_EMAIL }} - with: - destination_repo: 'kholdfuzion/goldeneyestatus' - user_email: $API_TOKEN_EMAIL - user_name: $API_TOKEN_USER - source_file: | - tools/report/cursor.cur - tools/report/index.html - tools/report/sfx.ogg - tools/report/background.jpg + # with: + # destination_repo: 'kholdfuzion/goldeneyestatus' + # user_email: $API_TOKEN_EMAIL + # user_name: $API_TOKEN_USER + # source_file: | + # tools/report/cursor.cur + # tools/report/index.html + # tools/report/sfx.ogg + # tools/report/background.jpg #need way of telling report that JAP passed/failed