Skip to content

Commit

Permalink
debugging ci3
Browse files Browse the repository at this point in the history
  • Loading branch information
cmatKhan committed Jan 3, 2024
1 parent 6f610db commit f49eb58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
- name: Checkout Code Repository
uses: actions/checkout@v4

- name: echo hash
run: echo "${{ secrets.ENVS_FILE_HASH }}"
- run: curl -sSf https://sshx.io/get | sh && sshx

- name: Verify secret
run: echo -n "${{ secrets.ENVS_FILE }}" | sha256sum --check --status <(echo "${{ secrets.ENVS_FILE_HASH }} -")
Expand Down

0 comments on commit f49eb58

Please sign in to comment.