Skip to content

Commit

Permalink
Update traffic.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodr97 authored Nov 16, 2023
1 parent df41bcf commit c8465f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/traffic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ jobs:
fetch_traffic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Fetch traffic data
run: |
curl --request GET \
--url https://api.github.com/repos/${{ github.repository }}/traffic/views \
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
--header 'authorization: Bearer ${{ secrets.TRAFFIC_API }}' \
--header 'content-type: application/json' \

0 comments on commit c8465f3

Please sign in to comment.