Skip to content

Bump the aws-sdk group in /provider/github-app-token with 1 update #671

Bump the aws-sdk group in /provider/github-app-token with 1 update

Bump the aws-sdk group in /provider/github-app-token with 1 update #671

Workflow file for this run

name: deploy to staging
on:
push:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
id-token: write
statuses: write
contents: read
environment: staging
steps:
- name: Check out code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
cache: true
go-version-file: provider/github-app-token/go.mod
cache-dependency-path: provider/github-app-token/go.sum
- name: build
run: |
make build
working-directory: provider
- uses: fuller-inc/actions-aws-assume-role@a9b5106401b015d01aa363d710727c7d07ae0fbe # v1.7.0
with:
aws-region: us-east-1
role-to-assume: arn:aws:iam::616212855146:role/github-app-token-github-actions-us-east-1
role-session-tagging: true
use-node-id: true
- name: deploy
run: |
make deploy
working-directory: provider
env:
APP_ENV: staging
- name: Set up Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version-file: action/package.json
cache: "npm"
cache-dependency-path: action/package-lock.json
- name: Install dependencies
run: |
npm ci
working-directory: action
- name: Build
run: |
npm run build
working-directory: action
- id: generate
name: Use the action
uses: ./
with:
provider-endpoint: https://8y6823l0x3.execute-api.us-east-1.amazonaws.com
app-id: "263885"
repositories: |
R_kgDOIeornQ
R_kgDOIevBqQ
- name: Check out code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
repository: "shogo82148/improved-lamp"
path: improved-lamp
token: ${{ steps.generate.outputs.token }}