Skip to content

Commit dad763f

Browse files
committed
x
1 parent 94f81ed commit dad763f

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/workflows/lambdalayer-function-url-utils.jsonnet

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
uses: 'docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef', // v3.6.0
1010
with: {
1111
registry: 'ghcr.io',
12-
username: '${{ env.GH_USER }}',
12+
username: '${{ github.actor }}',
1313
password: '${{ secrets.GITHUB_TOKEN }}',
1414
},
1515
},
@@ -32,6 +32,8 @@
3232
},
3333
},
3434

35+
permissions: { contents: 'read', packages: 'write' },
36+
3537
jobs: {
3638
build: {
3739
strategy: {
@@ -43,7 +45,7 @@
4345
}, platforms),
4446
},
4547
},
46-
name: 'build (${{ matrix.platform }})',
48+
name: 'build (${{ matrix.platform }}/${{ matrix.runtime }})',
4749
'runs-on': '${{ matrix.runner }}',
4850
steps: $.common.setupSteps + [
4951
{

.github/workflows/lambdalayer-function-url-utils.yml

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)