Skip to content

Commit

Permalink
update secret
Browse files Browse the repository at this point in the history
Signed-off-by: Blake R <85771645+blakeromano@users.noreply.github.com>
  • Loading branch information
blakeromano committed Feb 27, 2024
1 parent becdb9c commit 54b6027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '**/*'
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.DEPLOY_PAT }}
GITHUB_TOKEN: ${{ secrets.PULUMI_GITHUB_TOKEN }}

jobs:
preview:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
- pull_request
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.DEPLOY_PAT }}
GITHUB_TOKEN: ${{ secrets.PULUMI_GITHUB_TOKEN }}

jobs:
preview:
Expand Down

0 comments on commit 54b6027

Please sign in to comment.