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