Skip to content

Commit

Permalink
feat: sign pulumi binaries with cosign
Browse files Browse the repository at this point in the history
  • Loading branch information
dirien committed Nov 10, 2022
1 parent 9fa8c0a commit 563a33d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-prepare-release.yml
Expand Up @@ -150,8 +150,9 @@ jobs:
run: |
mkdir -p ./artifacts
ls -la ./artifacts.tmp
ls -la ./artifacts.tmp/artifacts-signatures
mv ./artifacts.tmp/artifacts-*/* ./artifacts
mv ./artifacts.tmp/artifacts-signatures/* ./artifacts
ls -la ./artifacts.tmp/artifacts-signatures
- uses: ncipollo/release-action@3d2de22e3d0beab188d8129c27f103d8e91bf13a
with:
token: ${{ secrets.PULUMI_BOT_TOKEN }}
Expand Down

0 comments on commit 563a33d

Please sign in to comment.