Skip to content

Commit

Permalink
ci: updating GITHUB_TOKEN with double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlosjr97 committed Feb 10, 2024
1 parent 7e7aa6b commit 16613f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: ["develop"]

jobs:
test:
beta:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Running beta release
run: |
docker run \
-e GITHUB_TOKEN=${GITHUB_TOKEN} \
-e GITHUB_TOKEN="${GITHUB_TOKEN}" \
-e GIT_DIRECTORY="/app" \
-e GIT_EMAIL=${GIT_EMAIL} \
-e GIT_USERNAME="${GIT_USERNAME}" \
Expand Down

0 comments on commit 16613f9

Please sign in to comment.