Skip to content

Commit

Permalink
add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulwalko committed Dec 15, 2021
1 parent 81b7331 commit 66ce1a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: mymindstorm/setup-emsdk@v11

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "survex.js",
"version": "1.0.0",
"version": "1.0.5",
"description": "Survex JS compatibility layer",
"main": "index.js",
"author": "Paul Walko <[email protected]>",
Expand Down

0 comments on commit 66ce1a7

Please sign in to comment.