Skip to content

Commit

Permalink
feat: US158339 - Use new release token (#143)
Browse files Browse the repository at this point in the history
* US158339 - Use new release token
* Switch to node 20
* Increase timeout
  • Loading branch information
svanherk authored Nov 21, 2023
1 parent 837fed5 commit 357b5b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
release:
if: "!contains(github.event.head_commit.message, 'skip ci')"
name: Release
timeout-minutes: 2
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -21,6 +21,6 @@ jobs:
- name: Semantic Release
uses: BrightspaceUI/actions/semantic-release@main
with:
GITHUB_TOKEN: ${{ secrets.D2L_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.D2L_RELEASE_TOKEN }}
NPM: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20

0 comments on commit 357b5b0

Please sign in to comment.