Skip to content

Commit

Permalink
chore(release): Use deploy key for tagging
Browse files Browse the repository at this point in the history
This is required so the release workflow is actually triggered
  • Loading branch information
jontze committed Jan 6, 2024
1 parent 553580a commit 87d540f
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 @@ -29,4 +29,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 87d540f

Please sign in to comment.