Skip to content

Commit

Permalink
Added github token secret
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulreddy15 committed Dec 10, 2024
1 parent f119f50 commit 405bab6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable_nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
required: true
docker_password:
required: true
github_token:
required: true

inputs:
target_branches:
Expand Down Expand Up @@ -82,6 +84,8 @@ jobs:

- name: Build Image
run: ${{ inputs.build_command }}
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
shell: bash
continue-on-error: false

Expand Down

0 comments on commit 405bab6

Please sign in to comment.