Skip to content

Commit

Permalink
Use pat for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-gai authored Nov 5, 2021
1 parent f83f30f commit 396bde4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ runs:
with:
files: "${{ inputs.working-directory }}/release.tar"
tag_name: ${{ steps.github-tag-action.outputs.tag }}
token: ${{ inputs.github_token }}
2 changes: 2 additions & 0 deletions .github/workflows/web-app-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ jobs:
- name: Create Release
id: create-releaes
uses: ./.github/workflows/composite/web-app-create-release
with:
github_token: "${{ secrets.ACTIONS_RELEASE_PAT }}"

0 comments on commit 396bde4

Please sign in to comment.