Skip to content

Commit 8b9f3fe

Browse files
committed
feat: move env outside jobs
1 parent 8239361 commit 8b9f3fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

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

33
on: workflow_dispatch
44

5+
env:
6+
GITHUB_TOKEN: ${{ secrets.PAT }}
7+
58
jobs:
69
build:
710
name: Build
@@ -46,9 +49,6 @@ jobs:
4649
# permissions:
4750
# contents: write
4851

49-
env:
50-
GITHUB_TOKEN: ${{ secrets.PAT }}
51-
5252
steps:
5353
- name: Checkout
5454
uses: actions/checkout@v4

0 commit comments

Comments
 (0)