Skip to content

Commit 54e0f2d

Browse files
Roman Rightgithub-actions[bot]
andauthored
fix gh action to grant permissions and use tags (#972)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6c940bd commit 54e0f2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/github-actions-publish-project.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ on:
66
jobs:
77
publish_project:
88
runs-on: ubuntu-latest
9+
permissions: write-all
910
steps:
1011
- uses: actions/checkout@v3
12+
- name: get tags
13+
run: git fetch --tags origin
1114
- uses: actions/setup-python@v4
1215
with:
1316
python-version: 3.11

0 commit comments

Comments
 (0)