Skip to content

Commit

Permalink
add workflow permissions for releases and pages
Browse files Browse the repository at this point in the history
  • Loading branch information
hall committed Mar 30, 2023
1 parent 3e56e0a commit 0767168
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
name: main
permissions:
contents: write
pages: write
id-token: write
on:
pull_request:
push:
branches:
- main
# paths:
# - 'src/**'
jobs:
main:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0767168

Please sign in to comment.