Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
# Run locally with act:
#
# act workflow_dispatch \
# --input command=<test|publish> \
# --input version=<version> \
# --workflows ./.github/workflows/release.yaml \
# --platform fusionauth-standard=[repo]/gha-runner-fusionauth-standard:latest \
# --env-file <(aws configure export-credentials --profile [aws-profile] --format env)

---
name: Publish

on:
Expand All @@ -28,7 +20,7 @@ permissions:

jobs:
publish:
runs-on: fusionauth-standard
runs-on: ubuntu-latest
steps:
- name: create github token
id: app-token
Expand All @@ -50,7 +42,7 @@ jobs:
- name: set aws credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.ACTIONS_AWS_ROLE_ARN }}
role-to-assume: arn:aws:iam::752443094709:role/gha-fusionauth-node-cli
role-session-name: aws-auth-action
aws-region: us-west-2

Expand Down