Skip to content

Commit

Permalink
Use updated shinyslack (#118)
Browse files Browse the repository at this point in the history
* Use updated shinyslack.

* Bump required version number.
  • Loading branch information
jonthegeek committed Mar 22, 2024
1 parent 7975c0b commit 801e75e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_shinyapps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up .Renviron
run: |
echo "R4DS_CLUB_GOOGLE_SERVICE_ACCOUNT=${{secrets.R4DS_CLUB_GOOGLE_SERVICE_ACCOUNT}}" >> .Renviron
echo "shinyslack_key=${{secrets.SHINYSLACK_KEY}}" >> .Renviron
echo "SHINYSLACK_KEY=${{secrets.SHINYSLACK_KEY}}" >> .Renviron
echo "SLACK_SKIPLOAD=TRUE" >> .Renviron
shell: bash {0}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up .Renviron
run: |
echo "R4DS_CLUB_GOOGLE_SERVICE_ACCOUNT=${{secrets.R4DS_CLUB_GOOGLE_SERVICE_ACCOUNT}}" >> .Renviron
echo "shinyslack_key=${{secrets.SHINYSLACK_KEY}}" >> .Renviron
echo "SHINYSLACK_KEY=${{secrets.SHINYSLACK_KEY}}" >> .Renviron
echo "SLACK_SKIPLOAD=TRUE" >> .Renviron
shell: bash {0}

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Imports:
rhandsontable,
rlang (>= 0.4.11),
shiny,
shinyslack (>= 0.0.0.9008),
shinyslack (>= 0.0.0.9010),
stringr,
tibble,
tidyr,
Expand Down

0 comments on commit 801e75e

Please sign in to comment.