Skip to content

Commit

Permalink
Update directory-listing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aykhan019 authored Sep 15, 2024
1 parent a98f756 commit 11dcf59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/directory-listing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
# Commit and push changes
- name: Commit and Push Changes
env:
ACTIONS_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
ACTIONS_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
git add .
git commit -m 'Add directory listings'
git push https://x-access-token:${{ secrets.ACTIONS_TOKEN }}@github.com/${{ github.repository }} HEAD:${{ github.ref }}
git push https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }} HEAD:${{ github.ref }}
# Optional: Deploy to GitHub Pages (if needed)
- name: Setup Pages
Expand Down

0 comments on commit 11dcf59

Please sign in to comment.