Skip to content

Commit 4270858

Browse files
committed
ci: fixed weekly code regen workflow
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 152e3d3 commit 4270858

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/regen.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
pull-requests: write
2020
runs-on: ubuntu-latest
2121
steps:
22+
-
23+
name: Checkout
24+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2225
-
2326
name: Configure bot credentials
2427
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
@@ -33,11 +36,6 @@ jobs:
3336
gpg-fingerprint: ${{ secrets.CI_BOT_SIGNING_KEY }}
3437
enable-commit-signing: "true"
3538
enable-tag-signing: "false"
36-
-
37-
name: Checkout
38-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
39-
with:
40-
token: ${{ steps.bot-credentials.outputs.app-token }}
4139
-
4240
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
4341
with:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ This software ships under the [SPDX-License-Identifier: Apache-2.0](./LICENSE).
4444

4545
* [All-time contributors](./CONTRIBUTORS.md)
4646
* [Contributing guidelines](.github/CONTRIBUTING.md)
47-
* [Maintainers documentation](docs/MAINTAINERS.md)
4847
* [Code style](docs/STYLE.md)
4948

5049
<!-- Badges: status -->

docs/STYLE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ When this is possible, we enable linters with relaxed constraints.
113113
Final note: since we have switched to a forked version of `stretchr/testify`,
114114
we no longer benefit from the great `testifylint` linter for tests.
115115

116-
[golangci-yml]: https://github.com/go-swagger/go-swagger/blob/master/.golangci.yml
116+
[golangci-yml]: https://github.com/go-swagger/examples/blob/master/.golangci.yml
117117
[golangci-doc]: https://golangci-lint.run/docs/linters/configuration/

0 commit comments

Comments
 (0)