Skip to content

Commit 53333f9

Browse files
authored
fix(ci): token-bureau
1 parent d8cc61b commit 53333f9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/fetch.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ jobs:
1212
fetch:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Get GitHub App Token
16-
id: token
17-
uses: SocialGouv/token-bureau@main
18-
with:
19-
token-bureau-url: https://token-bureau.fabrique.social.gouv.fr
20-
audience: socialgouv
21-
2215
- uses: actions/checkout@v2
2316

2417
- name: Set up Node.js
@@ -58,6 +51,13 @@ jobs:
5851
}
5952
done
6053
54+
- name: Get GitHub App Token
55+
id: token
56+
uses: SocialGouv/token-bureau@main
57+
with:
58+
token-bureau-url: https://token-bureau.fabrique.social.gouv.fr
59+
audience: socialgouv
60+
6161
- uses: EndBug/add-and-commit@v8
6262
if: ${{ steps.metadata.outputs.data_status }}
6363
env:

0 commit comments

Comments
 (0)