Skip to content

Commit

Permalink
Use hash in README instructions (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Aug 12, 2024
1 parent 536f310 commit 4e40163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: GitHub Action step
id: step1
uses: scientific-python/circleci-artifacts-redirector-action@v1
uses: scientific-python/circleci-artifacts-redirector-action@v1 # or use hash for better security
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
api-token: ${{ secrets.CIRCLECI_TOKEN }}
Expand Down

0 comments on commit 4e40163

Please sign in to comment.