Skip to content

Commit 1c4abf2

Browse files
authored
Merge pull request #41 from sourceallies/reeceappling-patch-1
Update deploy.yml to use the goals channel
2 parents c6a2af5 + f5a0d97 commit 1c4abf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
# sam build
7070
- run: sam build --use-container
7171
# sam deploy
72-
- run: sam deploy --no-confirm-changeset --no-fail-on-empty-changeset --parameter-overrides SlackTokenSecret=${{ secrets.SLACKTOKEN }} SmallImprovementsTokenSecret=${{ secrets.SITOKEN }} SlackChannel=general ScheduleEnabled=true
72+
- run: sam deploy --no-confirm-changeset --no-fail-on-empty-changeset --parameter-overrides SlackTokenSecret=${{ secrets.SLACKTOKEN }} SmallImprovementsTokenSecret=${{ secrets.SITOKEN }} SlackChannel=goals ScheduleEnabled=true

0 commit comments

Comments
 (0)