Skip to content

Commit

Permalink
Bump trigger-gitlab-pipeline version to v2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Jurkiewicz <[email protected]>
  • Loading branch information
piotrjurkiewicz authored and mariusSincovici committed Mar 25, 2024
1 parent fb19caf commit cc8001d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
github.event.label.name == 'gitlab'
)
steps:
- uses: NordSecurity/trigger-gitlab-pipeline@v1
- uses: NordSecurity/trigger-gitlab-pipeline@v2.0.0
with:
ci-api-v4-url: ${{ secrets.CI_API_V4_URL }}
project-id: ${{ secrets.PROJECT_ID }}
ref: ${{ secrets.REF }}
token: ${{ secrets.TOKEN }}
access-token: ${{ secrets.ACCESS_TOKEN }}
triggered-ref: ${{ secrets.TRIGGERED_REF }}
trigger-token: ${{ secrets.TRIGGER_TOKEN }}

0 comments on commit cc8001d

Please sign in to comment.