Commit e4bed84 1 parent 37f0289 commit e4bed84 Copy full SHA for e4bed84
File tree 1 file changed +14
-3
lines changed
1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -158,13 +158,24 @@ jobs:
158
158
github.event_name != 'pull_request'
159
159
steps :
160
160
-
161
- name : Checkout
162
- uses : actions/checkout@v4
161
+ uses : actions/create-github-app-token@v1
162
+ id : app-token
163
+ with :
164
+ app-id : ${{ secrets.APP_ID }}
165
+ private-key : ${{ secrets.PRIVATE_KEY }}
166
+ owner : ${{ github.repository_owner }}
167
+ repositories : " impress,secrets"
168
+ -
169
+ name : Checkout repository
170
+ uses : actions/checkout@v2
171
+ with :
172
+ submodules : recursive
173
+ token : ${{ steps.app-token.outputs.token }}
163
174
-
164
175
name : Load sops secrets
165
176
uses : rouja/actions-sops@main
166
177
with :
167
- secret-file : .github/workflows/secrets.enc.env
178
+ secret-file : .github/workflows/secrets/numerique-gouv/impress/secrets .enc.env
168
179
age-key : ${{ secrets.SOPS_PRIVATE }}
169
180
-
170
181
name : Call argocd github webhook
You can’t perform that action at this time.
0 commit comments