Skip to content

Commit

Permalink
Update docs-publing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
romanin-rf committed Dec 18, 2023
1 parent 83d8684 commit 4a1b8f6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs-publing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ on:
branches: [ "docs-source" ]
pull_request:
branches: [ "docs-source" ]
permissions:
contents: write
permissions: write-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{secrets.MY_GITHUB_TOKEN}}
submodules: true
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 4a1b8f6

Please sign in to comment.