Skip to content

Commit

Permalink
Merge pull request #89 from fsegurai/development
Browse files Browse the repository at this point in the history
Improved Release Demo Workflow
  • Loading branch information
fsegurai authored Nov 29, 2024
2 parents 6fc2888 + 3463c5f commit cca58a9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ on:
inputs: { }

permissions:
contents: write # Required to publish to GitHub Pages
packages: write # Required to publish to GitHub Pages
id-token: write # Required to publish to GitHub Pages
# contents: write # Required to publish to GitHub Pages branch
# packages: write # Required to publish to GitHub Pages branch
# id-token: write # Required to publish to GitHub Pages branch
pages: write # Required to publish to GitHub Pages

concurrency:
group: 'pages'
Expand Down

0 comments on commit cca58a9

Please sign in to comment.