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 2b0de5d commit 9486085Copy full SHA for 9486085
.github/workflows/publish.yml
@@ -72,7 +72,7 @@ jobs:
72
with:
73
platforms: arm64,amd64
74
75
- - uses: dagger/dagger-for-github@8.0.0
+ - uses: dagger/dagger-for-github@v8.2.0
76
id: dagger-publish
77
env:
78
USE_SECUREBUILD: true
@@ -97,7 +97,7 @@ jobs:
97
98
99
100
101
102
103
.github/workflows/validate.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-22.04
21
steps:
22
- uses: actions/checkout@v5
23
24
25
OP_SERVICE_ACCOUNT: ${{ secrets.OP_SERVICE_ACCOUNT }}
26
0 commit comments