Skip to content

Commit

Permalink
Turn off cert validation for artifact-uploads
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Chauphan <[email protected]>
  • Loading branch information
achauphan committed Feb 4, 2025
1 parent f5eb597 commit 347a661
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/AT2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ jobs:
access_token: ${{ github.token }}
- name: Upload artifacts
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
env:
NODE_TLS_REJECT_UNAUTHORIZED: 0
with:
name: Dockerfile
path: /home/runner/artifacts/*
Expand Down

0 comments on commit 347a661

Please sign in to comment.