Skip to content

Commit 4b34e4d

Browse files
committed
Put github token in env.
1 parent ce3bad2 commit 4b34e4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ name: Build and Deploy
66
jobs:
77
build:
88
runs-on: ubuntu-latest
9+
env:
10+
GH_TOKEN: ${{ github.token }}
911
steps:
1012
- name: Set timezone
1113
uses: szenius/[email protected]

0 commit comments

Comments
 (0)