Git Product home page Git Product logo

Comments (2)

facundofarias avatar facundofarias commented on July 28, 2024

Same issue, any news?

from action-release.

mfernandezbon avatar mfernandezbon commented on July 28, 2024

Could you solve it? I have the same issue. My workflow file is it:


jobs:
  deploy-app:
    name: deploy app to production
    runs-on: ubuntu-latest
    container:
      image: ${{ vars.RUN_IMAGE_NAME }}
      credentials:
        username: ${{ github.actor }}
        password: ${{ secrets.github_token }}
    environment:
      name: production
      url: https://<my_url>
    env:
      RELEASE_VERSION: ${{ vars.RELEASE_VERSION }}
      SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
      SENTRY_AUTH_TOKEN: XXXXXXXXXXX
      SENTRY_PROJECT: <my_project_name>
    steps: 
      - name: Git clone the repository
        uses: actions/checkout@v3
        with:
          fetch-depth: 0
      - name: Create Sentry release
        uses: getsentry/action-release@v1
        with:
          finalize: false 
          version: ${{ vars.RELEASE_VERSION }}
      - name: configure aws credentials with OpenID Provider
        uses: aws-actions/configure-aws-credentials@v3
        with:
          role-to-assume: ${{ vars.OID_AWS_ARN_ROLE }} 
          role-session-name: ServerlessDeploymentSession
          aws-region: ${{ vars.AWS_REGION }}
      - name: deploy serverless
        run: |
          . cicd/deploy-app.sh 

from action-release.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.