Skip to content

Commit

Permalink
add deploy token to wookieleaks
Browse files Browse the repository at this point in the history
  • Loading branch information
foodelevator committed Nov 22, 2024
1 parent 7ee6a14 commit 7d4a67f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions github.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ resource "github_actions_secret" "nomad_token_dbuggen" {
plaintext_value = nomad_acl_token.deploy_default.secret_id
}

resource "github_actions_secret" "nomad_token_wookieleaks" {
repository = "wookieleaks"
secret_name = "NOMAD_TOKEN"
plaintext_value = nomad_acl_token.deploy_default.secret_id
}

resource "github_actions_secret" "nomad_token_dfunkt" {
repository = "dfunkt"
secret_name = "NOMAD_TOKEN"
Expand Down

0 comments on commit 7d4a67f

Please sign in to comment.