Skip to content

Commit

Permalink
removed push-action, not allowed by IBM in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayman Naji committed Jan 9, 2024
1 parent c5b0570 commit b881eee
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/traffic_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,4 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add -A
git diff-index --quiet HEAD || (git commit -a -m "daily traffic data uploaded" --allow-empty)
- name: push changes
uses: ad-m/[email protected]
with:
github_token: ${{ secrets.TRAFFIC_ACTION_TOKEN }}
branch: traffic
git diff-index --quiet HEAD || (git commit -a -m "daily traffic data uploaded" --allow-empty)

0 comments on commit b881eee

Please sign in to comment.