Skip to content

Commit

Permalink
ci: use bot token on release creation (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeisonvargasf authored Feb 13, 2025
1 parent fc9c9f0 commit 6a05419
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
release:
needs: [ci, build]
runs-on: ubuntu-24.04
environment: production
permissions:
contents: write
steps:
Expand Down Expand Up @@ -60,6 +61,7 @@ jobs:
safety-macos/safety
dist/*
prerelease: ${{ contains(steps.get_version.outputs.version, 'b') }}
token: ${{ secrets.SAFETY_BOT_TOKEN }}

publish:
needs: [release]
Expand Down

0 comments on commit 6a05419

Please sign in to comment.