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
+ ---
10
2
name : Publish
11
3
12
4
on :
@@ -28,7 +20,7 @@ permissions:
28
20
29
21
jobs :
30
22
publish :
31
- runs-on : fusionauth-standard
23
+ runs-on : ubuntu-latest
32
24
steps :
33
25
- name : create github token
34
26
id : app-token
50
42
- name : set aws credentials
51
43
uses : aws-actions/configure-aws-credentials@v4
52
44
with :
53
- role-to-assume : ${{ secrets.ACTIONS_AWS_ROLE_ARN }}
45
+ role-to-assume : arn:aws:iam::752443094709:role/gha-fusionauth-node-cli
54
46
role-session-name : aws-auth-action
55
47
aws-region : us-west-2
56
48
You can’t perform that action at this time.
0 commit comments