Skip to content

Commit

Permalink
fix(cid): set semantic release token variable
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Jul 10, 2024
1 parent 1e43b30 commit a9bacf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,8 @@ jobs:
- run: nix profile install .#releaseEnv
- uses: cihelper/action-semanticrelease-poetry@66900ba780321bcdb974891ee82f945a25a870d7 # ratchet:cihelper/action-semanticrelease-poetry@v1
id: semanticrelease
with:
github-token: ${{ secrets.FAST_FORWARD_PAT }}
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet:actions/upload-artifact@v4
if: ${{ steps.semanticrelease.outputs.released == 'true' }}
with:
Expand Down

0 comments on commit a9bacf3

Please sign in to comment.