Skip to content

Commit bac3bec

Browse files
authored
fix: update release workflow to use OpenEdx semantic release token (#86)
1 parent 5d5f4dd commit bac3bec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
run: npm run build
3737
- name: Release
3838
env:
39-
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
39+
GITHUB_TOKEN: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_GITHUB_TOKEN }}
4040
run: npx semantic-release@25

0 commit comments

Comments
 (0)