Skip to content

Commit

Permalink
add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmceachernmsft committed Mar 4, 2024
1 parent 878acd4 commit fbdf7a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@ jobs:
steps:

- name: Checkout
permissions: read
uses: actions/checkout@v1

- name: Setup Node 20
permissions: read
uses: actions/setup-node@v2
with:
node-version: '20'

- name: Build
permissions: read
shell: bash
run: |
release_name=Group-Calling
Expand All @@ -36,6 +39,7 @@ jobs:
# rm -r "./Calling/dist"
- name: Publish
permissions: read
uses: softprops/action-gh-release@v1
with:
files: "group-calling.zip"
Expand Down

0 comments on commit fbdf7a2

Please sign in to comment.