Skip to content

Commit

Permalink
Fix GitLab API token name
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipsewebmaster authored and Coduz committed Sep 29, 2022
1 parent fc451d6 commit 8c04a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
projectId: iot.kapua
secrets:
gitlabAPIToken: ${{ secrets.IOT_KAPUA_GITLAB_API_TOKEN }} # We should ask Eclipse to add this secret at some point. Currently, we do not want to do automatic license vetting submission.
gitlabAPIToken: ${{ secrets.KAPUA_GITLAB_API_TOKEN }} # We should ask Eclipse to add this secret at some point. Currently, we do not want to do automatic license vetting submission.
test-brokerAcl:
needs: build-kapua
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8c04a1d

Please sign in to comment.