Skip to content

Commit

Permalink
ACTIONS: Fix user
Browse files Browse the repository at this point in the history
  • Loading branch information
Cian911 committed Jan 14, 2022
1 parent 1c042dc commit 7bb3b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hb-clone-count.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- name: Parse clone count using REST API
run: |
curl --user "${{ github.actor }}:${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}" \
curl --user "Cian911:${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/Cian911/homebrew-switchboard/traffic/clones \
> count.json
Expand Down

0 comments on commit 7bb3b07

Please sign in to comment.