Skip to content

Commit

Permalink
token placeholder replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-descope committed Feb 6, 2024
1 parent bd49d6c commit 04a1b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
# Configure bundler with the required GitHub token
git config --global url."https://x-access-token:${{ secrets.CI_READ_COMMON }}@github.com".insteadOf "https://github.com"
git clone https://<token>:[email protected]/descope/mailmock.git
git clone https://#{{ secrets.CI_READ_COMMON }}:[email protected]/descope/mailmock.git
echo "Bundle install"
bundle install
Expand Down

0 comments on commit 04a1b8f

Please sign in to comment.