Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RF-26579 switch api token #40

Merged
merged 2 commits into from
Jan 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand All @@ -24,7 +24,7 @@ jobs:
chosen_ci: ${{ steps.pick_ci.outputs.chosen_ci }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- id: pick_ci
name: Pick CI
run: |
Expand All @@ -39,7 +39,7 @@ jobs:
needs: pick_ci
if: needs.pick_ci.outputs.chosen_ci == 'github-actions'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
Expand All @@ -55,7 +55,7 @@ jobs:
steps:
- uses: rainforestapp/github-action@v1
with:
token: ${{ secrets.RAINFOREST_TOKEN }}
token: ${{ secrets.RF_MAIN_API_TOKEN }}
run_group_id: 7597

# Our Rainforest build was successful! Push the code to the master branch.
Expand All @@ -65,7 +65,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git push origin $GITHUB_SHA:refs/heads/master
Expand All @@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-latest
needs: merge_to_master
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
steps:
- uses: rainforestapp/github-action@v1
with:
token: ${{ secrets.RAINFOREST_TOKEN }}
token: ${{ secrets.RF_MAIN_API_TOKEN }}
run_group_id: 7597