Skip to content

Commit

Permalink
fix: changes github_token to avoid collision
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Oct 14, 2023
1 parent 94c2e4d commit 9e30125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
required: true
type: string
secrets:
github_token:
token:
description: A Github token with access to the deployment repository.
required: true

Expand All @@ -25,4 +25,4 @@ jobs:
images: ${{ inputs.images }}
environment: dev
tag: ${{ inputs.tag }}
token: ${{ secrets.github_token }}
token: ${{ secrets.token }}

0 comments on commit 9e30125

Please sign in to comment.