Skip to content

Commit

Permalink
Deploy sonar upgrade module test
Browse files Browse the repository at this point in the history
  • Loading branch information
linda.nasredin committed Oct 9, 2023
1 parent 393a3a1 commit 64deca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Deploy Module'
on:
workflow_call:
secrets:
PUSH_TO_OTHER_REPOS_TOKEN:
PUSH_TO_OTHER_REPOS_TOKEN_linda:
required: true

workflow_dispatch:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Push to module repo
env:
github_token: ${{ secrets.PUSH_TO_OTHER_REPOS_TOKEN }}
github_token: ${{ secrets.PUSH_TO_OTHER_REPOS_TOKEN_linda }}
run: |
set -x
git branch
Expand Down

0 comments on commit 64deca5

Please sign in to comment.