We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5122dd2 commit d5ce667Copy full SHA for d5ce667
1 file changed
.github/workflows/release.yaml
@@ -237,6 +237,7 @@ jobs:
237
- name: Promote Chainloop Project Version
238
if: ${{ success() }}
239
env:
240
+ CHAINLOOP_TOKEN: ${{ secrets.CHAINLOOP_TOKEN }}
241
CURRENT_VERSION: ${{ steps.project_version.outputs.current_version }}
242
TARGET_VERSION: ${{ github.ref_name }}
243
run: |
0 commit comments