Skip to content

Commit

Permalink
Merge pull request #46 from xt0rted/workflow-permissions
Browse files Browse the repository at this point in the history
Set token permissions
  • Loading branch information
xt0rted authored Apr 21, 2021
2 parents 78a0e3c + fa3389a commit f913b6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches: [main]

permissions:
packages: write

env:
DOTNET_NOLOGO: true
NODE_VERSION: "15.x"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
tags:
- "v*.*.*"

permissions:
packages: write

env:
DOTNET_NOLOGO: true
NODE_VERSION: "15.x"
Expand Down

0 comments on commit f913b6b

Please sign in to comment.