Skip to content

Commit 50d6daf

Browse files
committed
feat: remove env block and add with.token in checkout step
1 parent b1acfbe commit 50d6daf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: release
22

33
on: workflow_dispatch
44

5-
env:
6-
GITHUB_TOKEN: ${{ secrets.PAT }}
7-
85
jobs:
96
build:
107
name: Build
@@ -52,6 +49,8 @@ jobs:
5249
steps:
5350
- name: Checkout
5451
uses: actions/checkout@v4
52+
with:
53+
token: ${{ secrets.PAT }}
5554

5655
- name: Setup
5756
uses: ./.github/actions/setup

0 commit comments

Comments
 (0)