FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
graphql-java/.github/workflows/publish_commit.yml at v25.0 · graphql-java/graphql-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
graphql-java
/
graphql-java
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
6.2k
Code
Issues
22
Pull requests
17
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
graphql-java
/
.github
/
workflows
/
publish_commit.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
22 lines (22 loc) · 785 Bytes
Breadcrumbs
graphql-java
/
.github
/
workflows
/
publish_commit.yml
Copy path
File metadata and controls
22 lines (22 loc) · 785 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name
:
Publish Commit SHA for performance testing
on
:
pull_request_target
:
types
:
-
closed
branches
:
-
master
paths-ignore
:
-
'
performance-results/**
'
permissions
:
id-token
:
write
#
This is required for requesting the JWT
contents
:
read
#
This is required for actions/checkout
jobs
:
publishCommit
:
if
:
github.event.pull_request.merged == true
runs-on
:
ubuntu-latest
steps
:
-
uses
:
aws-actions/configure-aws-credentials@v5
with
:
role-to-assume
:
arn:aws:iam::637423498965:role/GitHubActionGrahQLJava
aws-region
:
"
ap-southeast-2
"
-
run
:
aws sns publish --topic-arn "arn:aws:sns:ap-southeast-2:637423498965:graphql-java-commits.fifo" --message $GITHUB_SHA --message-group-id "graphql-java-commits"
Back
|
FazBrowse Home
|
New Git URL