summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-04-30 15:39:43 -0600
committerDan Allen <dan.j.allen@gmail.com>2020-04-30 15:39:43 -0600
commit494ecd8fd70d8f5ca5bd4fb925dba3c96708f464 (patch)
tree5d5d839c8d4b23e4591caab3e2b34fb42b6979f4 /tasks
parentf9da211b0eb7f2a4ee431b7d9efc938f5c20dd85 (diff)
fix note about configuration for downstream GitHub Actions trigger
Diffstat (limited to 'tasks')
-rw-r--r--tasks/dependents.rake4
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/dependents.rake b/tasks/dependents.rake
index df260aa2..6b612dec 100644
--- a/tasks/dependents.rake
+++ b/tasks/dependents.rake
@@ -12,13 +12,13 @@ namespace :build do
commit_memo = %( (#{commit_hash.slice 0, 8})\n\nhttps://github.com/#{ENV['TRAVIS_REPO_SLUG'] || 'asciidoctor/asciidoctor'}/commit/#{commit_hash})
end
- # NOTE The TRAVIS_TOKEN env var must be defined in Travis interface.
+ # NOTE The TRAVIS_TOKEN env var must be defined in the Travis interface.
# Retrieve this token using the `travis token` command.
# The GitHub user corresponding to the Travis user must have write access to the repository.
# After granting permission, sign into Travis and resync the repositories.
travis_token = ENV['TRAVIS_TOKEN']
- # NOTE The GITHUB_TOKEN env var must be defined in GitHub Actions interface.
+ # NOTE The GITHUB_TOKEN env var must be defined in the Travis interface.
# Retrieve this token using the settings of the account/org -> Developer Settings -> Personal Access Tokens
# and generate a new "Personal Access Token" with the "repo" scope
github_token = ENV['GITHUB_TOKEN']