Skip to content

Commit 9b25a1a

Browse files
committed
update generate bindings
1 parent 202dd29 commit 9b25a1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/generate_bindings.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Auto update AWS LibAwsCheckSums package
1+
name: Auto update AWS LibAwsChecksums package
22

33
on:
44
schedule:
@@ -10,13 +10,13 @@ permissions:
1010
pull-requests: write
1111

1212
env:
13-
LIBAWS_REPO: "JuliaServices/LibAwsCheckSums.jl"
13+
LIBAWS_REPO: "JuliaServices/LibAwsChecksums.jl"
1414
JLL_REPO: "JuliaBinaryWrappers/aws_checksums_jll.jl"
1515
LIBRARY_NAME: "aws_checksums"
1616
JLL_NAME: "aws_checksums_jll"
1717

1818
jobs:
19-
update-aws-package:
19+
update-awschecksums-package:
2020
runs-on: ubuntu-latest
2121

2222
steps:
@@ -103,4 +103,4 @@ jobs:
103103
- ${{ env.bindings_changed == 'true' && '✅ Updated bindings' || '⚠️ No bindings changes detected' }}
104104
105105
reviewers: quinnj, Octogonapus
106-
token: ${{ secrets.GITHUB_TOKEN }}
106+
token: ${{ secrets.ORG_PAT }}

0 commit comments

Comments
 (0)