Skip to content

Commit 2e7d2b8

Browse files
committed
fix: replace how we get github app token
1 parent f574b2c commit 2e7d2b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353
- name: Checkout code
5454
uses: actions/checkout@v4
5555
with:
56-
token: ${{ steps.gh-app-token.outputs.github-token }}
56+
token: ${{ steps.generate_token.outputs.token }}
5757

5858
- name: Get API docs
5959
env:
60-
GITHUB_TOKEN: ${{ steps.gh-app-token.outputs.github-token }}
60+
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
6161
run: |
6262
MFD_TAG=$(gh api /repos/cloudbeds/mfd/releases/latest | jq -r '.tag_name')
6363
echo "Latest MFD tag: $MFD_TAG"

0 commit comments

Comments
 (0)