Skip to content

Commit

Permalink
Update gitlab.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Oct 24, 2024
1 parent 3612a9b commit bbf77fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ jobs:
| jq -r .id \
| xargs -0 printf "hash=%s" >> $GITHUB_OUTPUT
- run: npm ci
- uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
env:
TEST_GITLAB_TOKEN: ${{ github.token }}
- name: Run cml-send-comment
run: |
node bin/cml.js send-comment \
Expand Down

0 comments on commit bbf77fa

Please sign in to comment.