Skip to content

Commit

Permalink
ci: updating GITHUB_TOKEN environmental variable to use secret directly
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlosjr97 committed Feb 10, 2024
1 parent 16613f9 commit 871bd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Running beta release
run: |
docker run \
-e GITHUB_TOKEN="${GITHUB_TOKEN}" \
-e GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}" \
-e GIT_DIRECTORY="/app" \
-e GIT_EMAIL=${GIT_EMAIL} \
-e GIT_USERNAME="${GIT_USERNAME}" \
Expand Down

0 comments on commit 871bd94

Please sign in to comment.