Skip to content

Commit 291ade3

Browse files
committed
feat: move env block outside steps
1 parent 00c5e94 commit 291ade3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
# permissions:
4747
# contents: write
4848

49+
env:
50+
GITHUB_TOKEN: ${{ secrets.PAT }}
51+
4952
steps:
5053
- name: Checkout
5154
uses: actions/checkout@v4
@@ -65,6 +68,4 @@ jobs:
6568
6669
- name: Release
6770
run: yarn release
68-
env:
69-
GITHUB_TOKEN: ${{ secrets.PAT }}
7071

0 commit comments

Comments
 (0)