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 11dcf59 commit f0aa468
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/directory-listing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ on:
branches:
- master # Change to 'main' if that is your default branch name

permissions:
contents: read
pages: write
id-token: write

jobs:
build:
runs-on: ubuntu-latest

# Set permissions to write to repository contents
permissions:
contents: write
pages: write
id-token: write

steps:
# Checkout the repository
- uses: actions/checkout@v3
Expand All @@ -32,7 +33,7 @@ jobs:
git config --global user.name 'GitHub Actions'
git config --global user.email 'actions@github.com'
# Commit and push changes
# Commit and Push Changes
- name: Commit and Push Changes
env:
ACTIONS_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit f0aa468

Please sign in to comment.