Skip to content

Commit

Permalink
Update token env name
Browse files Browse the repository at this point in the history
  • Loading branch information
hestonhoffman committed Jul 25, 2024
1 parent 8365e8c commit cd52768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bump_synthetics_worker_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
pull-requests: write # to create pull request
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4

- name: Generate a token
id: generate-token
Expand All @@ -25,12 +25,12 @@ jobs:
- uses: actions/[email protected]
with:
python-version: '3.11'
- run: pip install requests
- run: pip install requests

- name: Find latest synthetic-worker version
id: set-worker-version
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
run: |
python local/bin/py/synthetics_worker_version.py
Expand Down

0 comments on commit cd52768

Please sign in to comment.