Skip to content

Commit

Permalink
feat: add github token to install shiny.react from github
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Sobolewski committed Sep 14, 2023
1 parent 5b31b1c commit e6ca47c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CI
on: push
permissions:
contents: read
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
jobs:
main:
name: Check, lint & test
Expand Down

0 comments on commit e6ca47c

Please sign in to comment.