We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3bad2 commit 4b34e4dCopy full SHA for 4b34e4d
.github/workflows/push.yml
@@ -6,6 +6,8 @@ name: Build and Deploy
6
jobs:
7
build:
8
runs-on: ubuntu-latest
9
+ env:
10
+ GH_TOKEN: ${{ github.token }}
11
steps:
12
- name: Set timezone
13
uses: szenius/[email protected]
0 commit comments