We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463a2f8 commit 96d5fd1Copy full SHA for 96d5fd1
2 files changed
.github/workflows/ci.yml
@@ -7,6 +7,8 @@ on:
7
8
jobs:
9
build:
10
+ env:
11
+ GH_TOKEN: ${{ github.token }}
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
.github/workflows/deploy.yml
@@ -16,6 +16,8 @@ concurrency:
16
17
18
19
20
21
22
23
0 commit comments