Skip to content

Commit c0b7857

Browse files
committed
🚀 adding github token to workflow
1 parent 0355aab commit c0b7857

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/merge-content-to-project.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ jobs:
1818

1919
- name: "Release with semantic-release"
2020
run: npx semantic-release --debug
21+
env:
22+
# GitHub sets this automatically
23+
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)