Skip to content

Commit

Permalink
missing github token
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Sep 24, 2024
1 parent ef422c3 commit d193e0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ runs:
API_PREFIX: ${{inputs.API_PREFIX}}
AWS_LOAD_BALANCER_HOSTNAME: ${{inputs.AWS_LOAD_BALANCER_HOSTNAME}}
AWS_LOAD_BALANCER_PRIORITY: ${{inputs.AWS_LOAD_BALANCER_PRIORITY}}
GITHUB_TOKEN: ${{inputs.GITHUB_TOKEN}}

############################################################################################################
# Create GitHub Release
Expand Down
4 changes: 4 additions & 0 deletions .github/actions/dispatch-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ inputs:
BUILD_VERSION:
description: "Build Version"
required: true
GITHUB_TOKEN:
description: 'github token for accessing github'
required: true
default: ${{github.token}}

runs:
using: "composite"
Expand Down

0 comments on commit d193e0e

Please sign in to comment.