Skip to content

Commit

Permalink
OPCT-37: Update CI release step to use session token (#52)
Browse files Browse the repository at this point in the history
Change to use Github Action Session token when publishing a new release.

https://issues.redhat.com/browse/OPCT-37
  • Loading branch information
mtulio committed Apr 4, 2023
1 parent b387b17 commit 32c2cc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
RELEASE_TAG: ${{ github.ref_name }}

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v0.1.15
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
token: ${{ secrets.GH_TOKEN }}
files: |
openshift-provider-cert*

0 comments on commit 32c2cc5

Please sign in to comment.