File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 1- # Run locally with act:
2- #
3- # act workflow_dispatch \
4- # --input command=<test|publish> \
5- # --input version=<version> \
6- # --workflows ./.github/workflows/release.yaml \
7- # --platform fusionauth-standard=[repo]/gha-runner-fusionauth-standard:latest \
8- # --env-file <(aws configure export-credentials --profile [aws-profile] --format env)
9-
1+ ---
102name : Publish
113
124on :
@@ -28,7 +20,7 @@ permissions:
2820
2921jobs :
3022 publish :
31- runs-on : fusionauth-standard
23+ runs-on : ubuntu-latest
3224 steps :
3325 - name : create github token
3426 id : app-token
5042 - name : set aws credentials
5143 uses : aws-actions/configure-aws-credentials@v4
5244 with :
53- role-to-assume : ${{ secrets.ACTIONS_AWS_ROLE_ARN }}
45+ role-to-assume : arn:aws:iam::752443094709:role/gha-fusionauth-node-cli
5446 role-session-name : aws-auth-action
5547 aws-region : us-west-2
5648
You can’t perform that action at this time.
0 commit comments