Skip to content

Commit

Permalink
ci: adjusted perms
Browse files Browse the repository at this point in the history
  • Loading branch information
xntrik committed Mar 4, 2024
1 parent 2e55883 commit 469b987
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/threatcl-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:


pre-release:
permissions:
contents: write
runs-on: ubuntu-latest
needs: [build-macos, build-dev-linux]
steps:
Expand All @@ -127,7 +129,7 @@ jobs:
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
automatic_release_tag: "dev"
prerelease: true
title: "Development Build"
files: |
Expand Down

0 comments on commit 469b987

Please sign in to comment.