Skip to content

Commit

Permalink
Fix GITHUB_TOKEN lookup
Browse files Browse the repository at this point in the history
I typo'd secrets...
  • Loading branch information
jdbaldry authored Jan 18, 2024
1 parent 896bc89 commit 8c69ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Run backport
uses: ./actions/backport
with:
token: ${{ secret.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
labelsToAdd: backport
title: "[{{base}}] {{originalTitle}}"

0 comments on commit 8c69ef5

Please sign in to comment.