Skip to content

Commit

Permalink
fix: add missing permission to push documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR committed Feb 17, 2024
1 parent 3567d0c commit 1f8aa2a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
tags:
- '*'
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -28,6 +30,6 @@ jobs:
export PATH="$PATH:$HOME/.local/bin"
source `poetry env info --path`/bin/activate
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git config user.email github-actions[bot]@users.noreply.github.com
poetry run mike deploy --push --update-aliases $(git describe --tags --abbrev=0) latest
poetry run mike set-default --push latest
poetry run mike set-default --push latest

0 comments on commit 1f8aa2a

Please sign in to comment.