Skip to content

Commit 8fe1f99

Browse files
committed
add token to build step
1 parent efd66d9 commit 8fe1f99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
uses: actions/upload-pages-artifact@v1
3636
with:
3737
path: build/
38+
env:
39+
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
3840

3941
# Deployment job
4042
deploy:

0 commit comments

Comments
 (0)