Skip to content

Commit

Permalink
fix typo with calling GH secret (#22234)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykyta-Serbynevskyi committed Feb 1, 2023
1 parent c686c6d commit 0ae8fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/label-prs-by-context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- name: Run Issue Command from workflow-actions
uses: nick-fields/private-action-loader@v3
with:
pal-repo-token: "${{ GH_PAT_MAINTENANCE_OCTAVIA }}"
pal-repo-token: "${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }}"
pal-repo-name: airbytehq/workflow-actions@production
# the following input gets passed to the private action
token: "${{ GH_PAT_MAINTENANCE_OCTAVIA }}"
token: "${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }}"
command: "pull"

0 comments on commit 0ae8fdb

Please sign in to comment.