Skip to content

Commit

Permalink
Tweak the deployment settings
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Oct 31, 2023
1 parent c3ad4e6 commit 847c642
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Slack App Deployment
name: Deploy to my Slack workspace
# Deploy the latest revision of this repo to Slack platform when:
on:
push:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
SLACK_CONFIG_JSON: ${{ secrets.SLACK_CONFIG_JSON }}
run: |
mkdir -p .slack/
echo $SLACK_SERVICE_TOKEN > .slack/apps.json
echo $SLACK_APPS_JSON > .slack/apps.json
echo $SLACK_CONFIG_JSON > .slack/config.json
slack upgrade
slack deploy --token $SLACK_SERVICE_TOKEN

0 comments on commit 847c642

Please sign in to comment.