Skip to content

Commit

Permalink
[exoframe-website] Add missing persmissions to github action config
Browse files Browse the repository at this point in the history
  • Loading branch information
yamalight committed Dec 4, 2023
1 parent 6c733c7 commit 23f6754
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
name: Website to Github pages
# deploy website to github pages on push
on:
# Runs on pushes targeting the default branch
push:
branches: '*'
branches: 'main'

# Allows us to run this workflow manually from the Actions tab
workflow_dispatch:

# Set permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

jobs:
deploy-website:
Expand Down

0 comments on commit 23f6754

Please sign in to comment.