Skip to content

Commit

Permalink
Revert "chore: added write permission to github job"
Browse files Browse the repository at this point in the history
This reverts commit 2a8fffe.
  • Loading branch information
lquixada committed May 14, 2023
1 parent 2a8fffe commit 8144029
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Expand Up @@ -25,12 +25,6 @@ jobs:
github:
name: Publish to Github registry
runs-on: ubuntu-latest

# Gives GITHUB_TOKEN permission to publish packages
# More info: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
permissions:
packages: write

steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to GitHub Packages
Expand Down

0 comments on commit 8144029

Please sign in to comment.