Skip to content

Commit

Permalink
chore(actions): change build.yml name, add missing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
akanoce committed Jan 5, 2024
1 parent 4cc78a7 commit f259bbf
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy to GH page
name: Build and Deploy to GH pages

on:
push:
Expand All @@ -9,6 +9,11 @@ jobs:
BuildAndDeploy:
runs-on: ubuntu-latest

# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit f259bbf

Please sign in to comment.