Skip to content

Commit 5072600

Browse files
authored
fix(releases): add missing chainloop token to job (#1751)
Signed-off-by: Jose I. Paris <[email protected]>
1 parent 98b08b7 commit 5072600

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_package.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ jobs:
133133
needs:
134134
- init_attestation
135135
- release
136+
env:
137+
CHAINLOOP_TOKEN: ${{ secrets.CHAINLOOP_TOKEN }}
136138
steps:
137139
- name: Install Chainloop
138140
run: |

0 commit comments

Comments
 (0)