Skip to content

Commit

Permalink
fix gh action to grant permissions and use tags (#972)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
roman-right and github-actions[bot] authored Jul 13, 2024
1 parent 6c940bd commit 54e0f2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-actions-publish-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ on:
jobs:
publish_project:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v3
- name: get tags
run: git fetch --tags origin
- uses: actions/setup-python@v4
with:
python-version: 3.11
Expand Down

0 comments on commit 54e0f2d

Please sign in to comment.