From a2e43b950b3dbe036b68fd3ee236a0a2da297caa Mon Sep 17 00:00:00 2001 From: Azfaar Qureshi Date: Thu, 3 Dec 2020 14:34:25 -0500 Subject: [PATCH] fixing tokens --- .github/workflows/cd.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 02670514948..6b89a0dea84 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 with: fetch-depth: 0 # ensures we fetch all history for all branches and tags - name: Create Release @@ -20,6 +20,7 @@ jobs: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} body_path: CHANGELOG.md + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Verify Build run: ./verify_examples.sh -