From f9f4def037d117275de31fffef36ddda388baf48 Mon Sep 17 00:00:00 2001 From: Timofey <5527315+epanchee@users.noreply.github.com> Date: Thu, 20 Jul 2023 15:53:34 +0300 Subject: [PATCH] fix(release ci): wasm binaries auto upload to specific release --- .github/workflows/release_artifacts.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_artifacts.yml b/.github/workflows/release_artifacts.yml index fb2cd6d..0982458 100644 --- a/.github/workflows/release_artifacts.yml +++ b/.github/workflows/release_artifacts.yml @@ -7,6 +7,8 @@ on: jobs: release-artifacts: runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v3 - name: Build Artifacts @@ -17,6 +19,4 @@ jobs: uses: softprops/action-gh-release@v1 with: files: cosmwasm-artifacts.tar.gz - token: ${{ secrets.GH_TOKEN }} - env: - GITHUB_REPOSITORY: astroport-fi/astroport_ibc \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file