Skip to content

Commit 25b1233

Browse files
authored
Jj/remove self hosted runner (#20)
* remove self-hosted runner * fix job name
1 parent c7d9c3a commit 25b1233

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
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+
---
102
name: Publish
113

124
on:
@@ -28,7 +20,7 @@ permissions:
2820

2921
jobs:
3022
publish:
31-
runs-on: fusionauth-standard
23+
runs-on: ubuntu-latest
3224
steps:
3325
- name: create github token
3426
id: app-token
@@ -50,7 +42,7 @@ jobs:
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

0 commit comments

Comments
 (0)