Skip to content

Commit

Permalink
missin secrets keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
gagelarsen committed Sep 23, 2020
1 parent d5de93a commit 688251c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/XmsCore-CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
id: git_release
uses: bruceadams/get-release@v1.2.1
env:
GITHUB_TOKEN: ${{ AQUAVEO_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.AQUAVEO_GITHUB_TOKEN }}
if: startsWith(github.ref, 'refs/tags/')
# Upload Zipped Conan Pacakges
- name: Upload Zipped Conan Packages
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
id: git_release
uses: bruceadams/get-release@v1.2.1
env:
GITHUB_TOKEN: ${{ AQUAVEO_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.AQUAVEO_GITHUB_TOKEN }}
if: startsWith(github.ref, 'refs/tags/')
# Upload Zipped Conan Pacakges
- name: Upload Zipped Conan Packages
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
id: git_release
uses: bruceadams/get-release@v1.2.1
env:
GITHUB_TOKEN: ${{ AQUAVEO_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.AQUAVEO_GITHUB_TOKEN }}
if: startsWith(github.ref, 'refs/tags/')
# Upload Zipped Conan Pacakges
- name: Upload Zipped Conan Packages
Expand Down

0 comments on commit 688251c

Please sign in to comment.