Skip to content

Commit

Permalink
Update notify-on-push-to-master.yml (#22230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykyta-Serbynevskyi committed Feb 1, 2023
1 parent 91037bd commit 826e398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify-on-push-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ GH_PAT_MAINTENANCE_OCTAVIA }}
token: ${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }}
repository: airbytehq/airbyte-cloud
event-type: oss-push-to-master
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

0 comments on commit 826e398

Please sign in to comment.