Skip to content

Commit

Permalink
fix: add permissions to workflows (#12)
Browse files Browse the repository at this point in the history
* fix: add website deployment script

Signed-off-by: Steven E Wright <StevenEWright@users.noreply.github.com>
  • Loading branch information
StevenEWright authored Aug 11, 2023
1 parent 318b524 commit 311eb96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ permissions:
contents: write
pull-requests: write
statuses: write
pages: write
id-token: write

jobs:
CLAAssistant:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
##.github/workflows/release.yml
name: Website Deployment
on: workflow_dispatch
permissions:
contents: read
pages: write
id-token: write
jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 311eb96

Please sign in to comment.