Skip to content

Commit

Permalink
use env
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Jul 12, 2023
1 parent 8da7238 commit bd8a55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
API_TOKEN_GITHUB: ${{ secrets.KAYLA_CONFIG_DOCS }}
with:
source_file: "ruby-agent-configuration.mdx"
destination_repo: $DESTINATION_REPO
destination_repo: ${{ env.DESTINATION_REPO }}
destination_folder: 'src/content/docs/apm/agents/ruby-agent/configuration'
user_email: ${{ secrets.EMAIL }}
user_name: 'newrelic-ruby-agent-bot'
Expand Down

0 comments on commit bd8a55e

Please sign in to comment.