Skip to content

Commit

Permalink
chore(release): Use deploy key for tagging to trigger release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jontze committed Jan 6, 2024
1 parent 6bd783c commit 72d7695
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ jobs:
permissions:
contents: write
uses: jontze/.workflows/.github/workflows/rust_release.yaml@main
secrets: inherit
with:
use-deploy-key: true
secrets:
DEPLOY_KEY: ${{ secrets.CI_TAG_DEPLOY_KEY }}

0 comments on commit 72d7695

Please sign in to comment.