Skip to content

Commit 74075a1

Browse files
authored
ci: fix github ssh deploy key (#499)
The one we use in the org keys is called CI_SSH, not GH_SSH. Signed-off-by: Julia Vassiliki <julia.vassiliki@unsw.edu.au>
1 parent e472c81 commit 74075a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,4 @@ jobs:
245245
manifest_repo: seL4/microkit-manifest
246246
manifest_branch: main
247247
env:
248-
GH_SSH: ${{ secrets.GH_SSH }}
248+
GH_SSH: ${{ secrets.CI_SSH }}

0 commit comments

Comments
 (0)