Skip to content

Commit

Permalink
perms local
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Aug 28, 2023
1 parent 7d8d199 commit f314e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Release
on:
push:
tags: ["v*.*.*"]
permissions:
contents: write
jobs:
lint-python:
name: Run Python lint
Expand All @@ -18,3 +16,5 @@ jobs:
release:
name: Release test
uses: kuba2k2/kuba2k2/.github/workflows/release-test.yml@master
permissions:
contents: write

0 comments on commit f314e8b

Please sign in to comment.