Skip to content

Commit

Permalink
Merge pull request #7 from liblaber/feature/SER-1811-align-github-tok…
Browse files Browse the repository at this point in the history
…en-variable-name

Replace LIBLAB_GITHUB_TOKEN variable name
  • Loading branch information
mlanlazc authored Apr 17, 2024
2 parents 35d2d87 + be7c330 commit 06b0a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/liblab-generate-sdks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
env:
LIBLAB_CI: true
LIBLAB_TOKEN: ${{ secrets.LIBLAB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.LIBLAB_GITHUB_TOKEN }}
LIBLAB_GITHUB_TOKEN: ${{ secrets.LIBLAB_GITHUB_TOKEN }}
steps:
- name: Check if secrets are set
run: |
Expand Down

0 comments on commit 06b0a10

Please sign in to comment.