Commit bd055a6
committed
fix(deploy): always set git_forges
Based on the instructions in packit/private#60, we should run
DEPLOYMENT=prod TAGS=secrets make deploy
to update the Packit Service config after rotating the tokens, but the
tasks that fetch the dictionary containing the git-forge tokens are
skipped because of the `TAGS=secrets`, therefore mark the affected tasks
with `tags: [always]` to ensure the facts are populated.
Related to packit/private#60
Signed-off-by: Matej Focko <[email protected]>1 parent 7230b1c commit bd055a6
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| 59 | + | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
0 commit comments