Skip to content

Commit

Permalink
ci: use GITHUB_TOKEN and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-redFox committed Sep 19, 2023
1 parent 747c20a commit 0a94035
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 @@ -2,6 +2,9 @@ name: Release

on: workflow_dispatch

permissions:
contents: write

jobs:
main:
name: Test, Tag Commit and Release to NPM
Expand All @@ -12,6 +15,7 @@ jobs:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
KARMA_TEST_NO_FALLBACK: 1
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0a94035

Please sign in to comment.