Skip to content

Commit

Permalink
Update permissions for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tuzzmaniandevil committed Sep 12, 2023
1 parent 6af05c6 commit 7db5145
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ on:
jobs:
release:
name: Release

runs-on: ubuntu-latest
if: ${{ github.repository == 'tuzzmaniandevil/caddy-dynamic-clientip' }}
permissions:
contents: write

steps:
- name: Determine tag
Expand Down

0 comments on commit 7db5145

Please sign in to comment.