Skip to content
Prev Previous commit
Next Next commit
add github token
  • Loading branch information
rrichaz committed Apr 18, 2022
commit 36edb0d9720e25ee1ab6493047cc849d76a862d3
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
pull_request:
branches: [master]

env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

jobs:
build:
name: Build and Deploy Documentation
Expand Down