Skip to content

Commit

Permalink
tttttesttttes
Browse files Browse the repository at this point in the history
  • Loading branch information
ouhaiorg authored May 13, 2020
1 parent 3c8c914 commit 29fd5e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.RELEASES_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ouhai_secrets }}
with:
# tag_name: ${{ steps.assemble_artifact.outputs.release_tag }}
tag_name: ${{ secrets.ouhai }} ssssdd
Expand All @@ -75,7 +75,7 @@ jobs:
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.RELEASES_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ouhai_secrets }}
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: ./artifact.zip
Expand Down

0 comments on commit 29fd5e8

Please sign in to comment.