Skip to content

Commit

Permalink
resolve yaml keyword issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyByansi committed Jul 17, 2024
1 parent 14109ba commit 8e73a8b
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/ISSUE_TEMPLATE/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ on:
- main
paths:
- README.md

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


jobs:
build-and-deploy:
runs-on: ubuntu-latest

permissions:
contents: read

concurrency:
group: "pages"
cancel-in-progress: true
Expand Down Expand Up @@ -48,6 +47,15 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build-and-deploy

permissions:
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: true

steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 8e73a8b

Please sign in to comment.