Skip to content

Commit a2e43b9

Browse files
author
Azfaar Qureshi
committed
fixing tokens
1 parent c5bb63f commit a2e43b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cd.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v1
13+
uses: actions/checkout@v2
1414
with:
1515
fetch-depth: 0 # ensures we fetch all history for all branches and tags
1616
- name: Create Release
@@ -20,6 +20,7 @@ jobs:
2020
tag_name: ${{ github.ref }}
2121
release_name: Release ${{ github.ref }}
2222
body_path: CHANGELOG.md
23+
env:
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2325
- name: Verify Build
2426
run: ./verify_examples.sh
25-

0 commit comments

Comments
 (0)