Skip to content

Commit

Permalink
Test centos7_42
Browse files Browse the repository at this point in the history
  • Loading branch information
ARnDOSrte committed Oct 3, 2023
1 parent 91c2dc3 commit ae6bc54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.SECRET_TXT }}
GITHUB_TOKEN: ${{ secrets.TEST_TOKEN_RELEASE }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
Expand All @@ -97,7 +97,7 @@ jobs:
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.SECRET_TXT }}
GITHUB_TOKEN: ${{ secrets.TEST_TOKEN_RELEASE }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: metrix-simulator.zip
Expand Down

0 comments on commit ae6bc54

Please sign in to comment.