Skip to content

Commit

Permalink
feat: fixbug
Browse files Browse the repository at this point in the history
  • Loading branch information
rockyj committed Jan 7, 2025
1 parent d283779 commit 5be967b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_from_bitbucket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Clone from Bitbucket
run: |
git clone https://x-token-auth:${BITBUCKET_TOKEN}@bitbucket.org/ciandt_it/devops-test.git .
git clone https://x-token-auth:${{ secrets.BITBUCKET_TOKEN }}@bitbucket.org/ciandt_it/devops-test.git .
env:
BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}

Expand Down

0 comments on commit 5be967b

Please sign in to comment.