Skip to content

Commit

Permalink
Merge pull request #96 from RasaHQ/INFRA-1103
Browse files Browse the repository at this point in the history
[INFRA-1103] Fix Chat Widget Branch Protection CI Rule
  • Loading branch information
rasa-aadlv authored Dec 10, 2024
2 parents f88521a + 1e7f8b2 commit d78ae94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/chat-widget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v 4.2.2
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.RASABOT_PAT }}
ref: ${{ github.head_ref }}

- name: Setup Node version
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
Expand Down

0 comments on commit d78ae94

Please sign in to comment.