We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0083f2 commit bfe8dffCopy full SHA for bfe8dff
.github/workflows/generate_bindings.yml
@@ -16,7 +16,7 @@ env:
16
JLL_NAME: "aws_c_compression_jll"
17
18
jobs:
19
- update-aws-package:
+ update-awscompression-package:
20
runs-on: ubuntu-latest
21
22
steps:
@@ -103,4 +103,4 @@ jobs:
103
- ${{ env.bindings_changed == 'true' && '✅ Updated bindings' || '⚠️ No bindings changes detected' }}
104
105
reviewers: quinnj, Octogonapus
106
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.ORG_PAT }}
0 commit comments