Skip to content

Commit

Permalink
changes to github release provider in github actions (#382)
Browse files Browse the repository at this point in the history
* add workflow file for github actions

Co-authored-by: kumaa43 <athesh.kumar@in.pega.com>
  • Loading branch information
smootherbug and kumaa43 authored Feb 1, 2022
1 parent 70b10a7 commit 693ffa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: deploy on github releases
uses: marvinpinto/action-automatic-releases@latest
uses: softprops/action-gh-release@v1
with:
prerelease: false
files: |
Expand All @@ -152,7 +152,7 @@ jobs:
pega-aws-eks-example.tar.gz
pega-google-gke-example.tar.gz
pega-pivotal-pks-example.tar.gz
repo_token: ${{ secrets.GH_ACTIONS_SECRET }}
token: ${{ secrets.GH_ACTIONS_SECRET }}

- name: deploy on github pages
run: |
Expand Down

0 comments on commit 693ffa4

Please sign in to comment.