Skip to content

Commit

Permalink
Merge pull request #24 from macadmins/dev
Browse files Browse the repository at this point in the history
Add write permissions for workflow
  • Loading branch information
almenscorner authored May 25, 2024
2 parents cb3a7b8 + d56b635 commit 087e89c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_supportcompanion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- '**/CHANGELOG.md'
- '**/README.md'
- 'LaunchAgentExample/**'

permissions:
contents: write

jobs:
build:
Expand Down Expand Up @@ -64,7 +67,7 @@ jobs:

- name: Create Release
id: create_release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
uses: softprops/action-gh-release@v2
with:
name: SupportCompanion ${{env.SC_VERSION}}
tag_name: v${{env.SC_VERSION}}
Expand Down

0 comments on commit 087e89c

Please sign in to comment.