We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1b57a commit 5ec6129Copy full SHA for 5ec6129
1 file changed
.github/workflows/release_ruleset.yaml
@@ -121,7 +121,7 @@ jobs:
121
permissions:
122
id-token: write
123
attestations: write
124
- runs-on: self-hosted
+ runs-on: ubuntu-latest
125
steps:
126
# actions/download-artifact@v4 does not yet support downloading via the immutable artifact-id,
127
# but the Javascript library does. See: https://github.com/actions/download-artifact/issues/349
@@ -172,7 +172,7 @@ jobs:
172
needs: [build, attest]
173
174
contents: write
175
176
177
178
0 commit comments