Skip to content

Commit

Permalink
Try GITHUB_TOKEN again
Browse files Browse the repository at this point in the history
  • Loading branch information
pitag-ha committed Nov 16, 2023
1 parent b4e8d7e commit e39b87c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Run curl
env:
id: ${{ steps.cat_artifact.outputs.id }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# id: "1043780208"
run: |
curl -LOs -H "Authorization: Bearer ${{ secrets.FUZZY_CI_TOKEN }}" "https://api.github.com/repos/pitag-ha/merlin/actions/artifacts/$id/zip" -D headers.txt
Expand Down

0 comments on commit e39b87c

Please sign in to comment.