googleauth 0.17.0 → 0.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.yardopts +11 -0
- data/CHANGELOG.md +6 -0
- data/lib/googleauth/version.rb +1 -1
- metadata +14 -88
- data/.github/CODEOWNERS +0 -7
- data/.github/CONTRIBUTING.md +0 -74
- data/.github/ISSUE_TEMPLATE/bug_report.md +0 -36
- data/.github/ISSUE_TEMPLATE/feature_request.md +0 -21
- data/.github/ISSUE_TEMPLATE/support_request.md +0 -7
- data/.github/renovate.json +0 -6
- data/.github/sync-repo-settings.yaml +0 -18
- data/.github/workflows/ci.yml +0 -55
- data/.github/workflows/release-please.yml +0 -39
- data/.gitignore +0 -39
- data/.kokoro/populate-secrets.sh +0 -76
- data/.kokoro/release.cfg +0 -52
- data/.kokoro/release.sh +0 -18
- data/.kokoro/trampoline_v2.sh +0 -489
- data/.repo-metadata.json +0 -5
- data/.rspec +0 -2
- data/.rubocop.yml +0 -17
- data/.toys/.toys.rb +0 -45
- data/.toys/ci.rb +0 -43
- data/.toys/kokoro/.toys.rb +0 -66
- data/.toys/kokoro/publish-docs.rb +0 -67
- data/.toys/kokoro/publish-gem.rb +0 -53
- data/.toys/linkinator.rb +0 -43
- data/.trampolinerc +0 -48
- data/Gemfile +0 -25
- data/googleauth.gemspec +0 -39
- data/integration/helper.rb +0 -31
- data/integration/id_tokens/key_source_test.rb +0 -74
- data/spec/googleauth/apply_auth_examples.rb +0 -171
- data/spec/googleauth/client_id_spec.rb +0 -160
- data/spec/googleauth/compute_engine_spec.rb +0 -178
- data/spec/googleauth/credentials_spec.rb +0 -600
- data/spec/googleauth/get_application_default_spec.rb +0 -286
- data/spec/googleauth/iam_spec.rb +0 -80
- data/spec/googleauth/scope_util_spec.rb +0 -77
- data/spec/googleauth/service_account_spec.rb +0 -511
- data/spec/googleauth/signet_spec.rb +0 -142
- data/spec/googleauth/stores/file_token_store_spec.rb +0 -57
- data/spec/googleauth/stores/redis_token_store_spec.rb +0 -50
- data/spec/googleauth/stores/store_examples.rb +0 -58
- data/spec/googleauth/user_authorizer_spec.rb +0 -343
- data/spec/googleauth/user_refresh_spec.rb +0 -359
- data/spec/googleauth/web_user_authorizer_spec.rb +0 -172
- data/spec/spec_helper.rb +0 -92
- data/test/helper.rb +0 -33
- data/test/id_tokens/key_sources_test.rb +0 -240
- data/test/id_tokens/verifier_test.rb +0 -269
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1cc321053063d0fcbe9b0ac9cece62227049fca62bb4377161cd0679342ceee9
|
4
|
+
data.tar.gz: 635e4992df0bfc21fe3df120dc86347619324e685ca136aa6770c23b4104153a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19b49461310e8b41a4062005255d51c15792481183c6fc161baf36a13e40ba1528d604ef8c17048de1661a41dfe7de6867fab3b721cd1be3b148b1c5a15f8a97
|
7
|
+
data.tar.gz: 2ae55a1ad27def042196075cb8c5e46db5295797edc568126903ccd7e345a2b7400d5a30f3d79d7001588a1c25ec9fcb12ea128dfc06234dd67077a3c1aae0af
|
data/.yardopts
ADDED
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
# Release History
|
2
2
|
|
3
|
+
### [0.17.1](https://www.github.com/googleapis/google-auth-library-ruby/compare/googleauth/v0.15.0...googleauth/v0.17.1) (2021-09-01)
|
4
|
+
|
5
|
+
### Bug Fixes
|
6
|
+
|
7
|
+
* Updates to gem metadata ([fb5e56d](https://www.github.com/googleapis/google-auth-library-ruby/commit/fb5e56dad1e6ed6afd4f9b5c626e5e1495e48343))
|
8
|
+
|
3
9
|
## [0.17.0](https://www.github.com/googleapis/google-auth-library-ruby/compare/google-auth-library-ruby/v0.16.2...google-auth-library-ruby/v0.17.0) (2021-07-30)
|
4
10
|
|
5
11
|
|
data/lib/googleauth/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: googleauth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.17.
|
4
|
+
version: 0.17.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tim Emiola
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-09-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -104,70 +104,28 @@ dependencies:
|
|
104
104
|
requirements:
|
105
105
|
- - "~>"
|
106
106
|
- !ruby/object:Gem::Version
|
107
|
-
version: '0.
|
107
|
+
version: '0.15'
|
108
108
|
type: :runtime
|
109
109
|
prerelease: false
|
110
110
|
version_requirements: !ruby/object:Gem::Requirement
|
111
111
|
requirements:
|
112
112
|
- - "~>"
|
113
113
|
- !ruby/object:Gem::Version
|
114
|
-
version: '0.
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
- - "~>"
|
120
|
-
- !ruby/object:Gem::Version
|
121
|
-
version: '0.9'
|
122
|
-
type: :development
|
123
|
-
prerelease: false
|
124
|
-
version_requirements: !ruby/object:Gem::Requirement
|
125
|
-
requirements:
|
126
|
-
- - "~>"
|
127
|
-
- !ruby/object:Gem::Version
|
128
|
-
version: '0.9'
|
129
|
-
description: |2
|
130
|
-
Allows simple authorization for accessing Google APIs.
|
131
|
-
Provide support for Application Default Credentials, as described at
|
132
|
-
https://developers.google.com/accounts/docs/application-default-credentials
|
133
|
-
email: temiola@google.com
|
114
|
+
version: '0.15'
|
115
|
+
description: Implements simple authorization for accessing Google APIs, and provides
|
116
|
+
support for Application Default Credentials.
|
117
|
+
email:
|
118
|
+
- temiola@google.com
|
134
119
|
executables: []
|
135
120
|
extensions: []
|
136
121
|
extra_rdoc_files: []
|
137
122
|
files:
|
138
|
-
- ".
|
139
|
-
- ".github/CONTRIBUTING.md"
|
140
|
-
- ".github/ISSUE_TEMPLATE/bug_report.md"
|
141
|
-
- ".github/ISSUE_TEMPLATE/feature_request.md"
|
142
|
-
- ".github/ISSUE_TEMPLATE/support_request.md"
|
143
|
-
- ".github/renovate.json"
|
144
|
-
- ".github/sync-repo-settings.yaml"
|
145
|
-
- ".github/workflows/ci.yml"
|
146
|
-
- ".github/workflows/release-please.yml"
|
147
|
-
- ".gitignore"
|
148
|
-
- ".kokoro/populate-secrets.sh"
|
149
|
-
- ".kokoro/release.cfg"
|
150
|
-
- ".kokoro/release.sh"
|
151
|
-
- ".kokoro/trampoline_v2.sh"
|
152
|
-
- ".repo-metadata.json"
|
153
|
-
- ".rspec"
|
154
|
-
- ".rubocop.yml"
|
155
|
-
- ".toys/.toys.rb"
|
156
|
-
- ".toys/ci.rb"
|
157
|
-
- ".toys/kokoro/.toys.rb"
|
158
|
-
- ".toys/kokoro/publish-docs.rb"
|
159
|
-
- ".toys/kokoro/publish-gem.rb"
|
160
|
-
- ".toys/linkinator.rb"
|
161
|
-
- ".trampolinerc"
|
123
|
+
- ".yardopts"
|
162
124
|
- CHANGELOG.md
|
163
125
|
- CODE_OF_CONDUCT.md
|
164
|
-
- Gemfile
|
165
126
|
- LICENSE
|
166
127
|
- README.md
|
167
128
|
- SECURITY.md
|
168
|
-
- googleauth.gemspec
|
169
|
-
- integration/helper.rb
|
170
|
-
- integration/id_tokens/key_source_test.rb
|
171
129
|
- lib/googleauth.rb
|
172
130
|
- lib/googleauth/application_default.rb
|
173
131
|
- lib/googleauth/client_id.rb
|
@@ -191,29 +149,13 @@ files:
|
|
191
149
|
- lib/googleauth/user_refresh.rb
|
192
150
|
- lib/googleauth/version.rb
|
193
151
|
- lib/googleauth/web_user_authorizer.rb
|
194
|
-
- spec/googleauth/apply_auth_examples.rb
|
195
|
-
- spec/googleauth/client_id_spec.rb
|
196
|
-
- spec/googleauth/compute_engine_spec.rb
|
197
|
-
- spec/googleauth/credentials_spec.rb
|
198
|
-
- spec/googleauth/get_application_default_spec.rb
|
199
|
-
- spec/googleauth/iam_spec.rb
|
200
|
-
- spec/googleauth/scope_util_spec.rb
|
201
|
-
- spec/googleauth/service_account_spec.rb
|
202
|
-
- spec/googleauth/signet_spec.rb
|
203
|
-
- spec/googleauth/stores/file_token_store_spec.rb
|
204
|
-
- spec/googleauth/stores/redis_token_store_spec.rb
|
205
|
-
- spec/googleauth/stores/store_examples.rb
|
206
|
-
- spec/googleauth/user_authorizer_spec.rb
|
207
|
-
- spec/googleauth/user_refresh_spec.rb
|
208
|
-
- spec/googleauth/web_user_authorizer_spec.rb
|
209
|
-
- spec/spec_helper.rb
|
210
|
-
- test/helper.rb
|
211
|
-
- test/id_tokens/key_sources_test.rb
|
212
|
-
- test/id_tokens/verifier_test.rb
|
213
152
|
homepage: https://github.com/googleapis/google-auth-library-ruby
|
214
153
|
licenses:
|
215
154
|
- Apache-2.0
|
216
|
-
metadata:
|
155
|
+
metadata:
|
156
|
+
changelog_uri: https://github.com/googleapis/google-auth-library-ruby/blob/master/CHANGELOG.md
|
157
|
+
source_code_uri: https://github.com/googleapis/google-auth-library-ruby
|
158
|
+
bug_tracker_uri: https://github.com/googleapis/google-auth-library-ruby/issues
|
217
159
|
post_install_message:
|
218
160
|
rdoc_options: []
|
219
161
|
require_paths:
|
@@ -233,20 +175,4 @@ rubygems_version: 3.2.17
|
|
233
175
|
signing_key:
|
234
176
|
specification_version: 4
|
235
177
|
summary: Google Auth Library for Ruby
|
236
|
-
test_files:
|
237
|
-
- spec/googleauth/apply_auth_examples.rb
|
238
|
-
- spec/googleauth/client_id_spec.rb
|
239
|
-
- spec/googleauth/compute_engine_spec.rb
|
240
|
-
- spec/googleauth/credentials_spec.rb
|
241
|
-
- spec/googleauth/get_application_default_spec.rb
|
242
|
-
- spec/googleauth/iam_spec.rb
|
243
|
-
- spec/googleauth/scope_util_spec.rb
|
244
|
-
- spec/googleauth/service_account_spec.rb
|
245
|
-
- spec/googleauth/signet_spec.rb
|
246
|
-
- spec/googleauth/stores/file_token_store_spec.rb
|
247
|
-
- spec/googleauth/stores/redis_token_store_spec.rb
|
248
|
-
- spec/googleauth/stores/store_examples.rb
|
249
|
-
- spec/googleauth/user_authorizer_spec.rb
|
250
|
-
- spec/googleauth/user_refresh_spec.rb
|
251
|
-
- spec/googleauth/web_user_authorizer_spec.rb
|
252
|
-
- spec/spec_helper.rb
|
178
|
+
test_files: []
|
data/.github/CODEOWNERS
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
# Code owners file.
|
2
|
-
# This file controls who is tagged for review for any given pull request.
|
3
|
-
#
|
4
|
-
# For syntax help see:
|
5
|
-
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
|
6
|
-
|
7
|
-
* @googleapis/yoshi-ruby
|
data/.github/CONTRIBUTING.md
DELETED
@@ -1,74 +0,0 @@
|
|
1
|
-
# How to become a contributor and submit your own code
|
2
|
-
|
3
|
-
## Contributor License Agreements
|
4
|
-
|
5
|
-
We'd love to accept your sample apps and patches! Before we can take them, we
|
6
|
-
have to jump a couple of legal hurdles.
|
7
|
-
|
8
|
-
Please fill out either the individual or corporate Contributor License Agreement
|
9
|
-
(CLA).
|
10
|
-
|
11
|
-
* If you are an individual writing original source code and you're sure you
|
12
|
-
own the intellectual property, then you'll need to sign an [individual CLA].
|
13
|
-
* If you work for a company that wants to allow you to contribute your work,
|
14
|
-
then you'll need to sign a [corporate CLA].
|
15
|
-
|
16
|
-
[individual CLA]: http://code.google.com/legal/individual-cla-v1.0.html
|
17
|
-
[corporate CLA]: http://code.google.com/legal/corporate-cla-v1.0.html
|
18
|
-
|
19
|
-
Follow either of the two links above to access the appropriate CLA and
|
20
|
-
instructions for how to sign and return it. Once we receive it, we'll be able to
|
21
|
-
accept your pull requests.
|
22
|
-
|
23
|
-
## Issue reporting
|
24
|
-
|
25
|
-
* Check that the issue has not already been reported.
|
26
|
-
* Check that the issue has not already been fixed in the latest code
|
27
|
-
(a.k.a. `master`).
|
28
|
-
* Be clear, concise and precise in your description of the problem.
|
29
|
-
* Open an issue with a descriptive title and a summary in grammatically correct,
|
30
|
-
complete sentences.
|
31
|
-
* Include any relevant code to the issue summary.
|
32
|
-
|
33
|
-
## Pull requests
|
34
|
-
|
35
|
-
* Read [how to properly contribute to open source projects on Github][2].
|
36
|
-
* Fork the project.
|
37
|
-
* Use a topic/feature branch to easily amend a pull request later, if necessary.
|
38
|
-
* Write [good commit messages][3].
|
39
|
-
* Use the same coding conventions as the rest of the project.
|
40
|
-
* Commit and push until you are happy with your contribution.
|
41
|
-
* Make sure to add tests for it. This is important so I don't break it
|
42
|
-
in a future version unintentionally.
|
43
|
-
* Add an entry to the [Changelog](CHANGELOG.md) accordingly. See [changelog entry format](#changelog-entry-format).
|
44
|
-
* Please try not to mess with the Rakefile, version, or history. If you want to
|
45
|
-
have your own version, or is otherwise necessary, that is fine, but please
|
46
|
-
isolate to its own commit so I can cherry-pick around it.
|
47
|
-
* Make sure the test suite is passing and the code you wrote doesn't produce
|
48
|
-
RuboCop offenses.
|
49
|
-
* [Squash related commits together][5].
|
50
|
-
* Open a [pull request][4] that relates to *only* one subject with a clear title
|
51
|
-
and description in grammatically correct, complete sentences.
|
52
|
-
|
53
|
-
### Changelog entry format
|
54
|
-
|
55
|
-
Here are a few examples:
|
56
|
-
|
57
|
-
```
|
58
|
-
* makes the scope parameter's optional in all APIs. (@tbetbetbe[])
|
59
|
-
* [#14](https://github.com/google/google-auth-library-ruby/issues/14): ADC Support for JWT Service Tokens. ([@tbetbetbe][])
|
60
|
-
```
|
61
|
-
|
62
|
-
* Mark it up in [Markdown syntax][6].
|
63
|
-
* The entry line should start with `* ` (an asterisk and a space).
|
64
|
-
* If the change has a related GitHub issue (e.g. a bug fix for a reported issue), put a link to the issue as `[#123](https://github.com/google/google-auth-library-ruby/issues/11): `.
|
65
|
-
* Describe the brief of the change. The sentence should end with a punctuation.
|
66
|
-
* At the end of the entry, add an implicit link to your GitHub user page as `([@username][])`.
|
67
|
-
* If this is your first contribution to google-auth-library-ruby project, add a link definition for the implicit link to the bottom of the changelog as `[@username]: https://github.com/username`.
|
68
|
-
|
69
|
-
[1]: https://github.com/google/google-auth-ruby-library/issues
|
70
|
-
[2]: http://gun.io/blog/how-to-github-fork-branch-and-pull-request
|
71
|
-
[3]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
|
72
|
-
[4]: https://help.github.com/articles/using-pull-requests
|
73
|
-
[5]: http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html
|
74
|
-
[6]: http://daringfireball.net/projects/markdown/syntax
|
@@ -1,36 +0,0 @@
|
|
1
|
-
---
|
2
|
-
name: Bug report
|
3
|
-
about: Create a report to help us improve
|
4
|
-
|
5
|
-
---
|
6
|
-
|
7
|
-
Thanks for stopping by to let us know something could be better!
|
8
|
-
|
9
|
-
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.
|
10
|
-
|
11
|
-
Please run down the following list and make sure you've tried the usual "quick fixes":
|
12
|
-
|
13
|
-
- Search the issues already opened: https://github.com/googleapis/google-auth-library-ruby/issues
|
14
|
-
- Search Stack Overflow: https://stackoverflow.com/questions/tagged/google-auth-library-ruby
|
15
|
-
|
16
|
-
If you are still having issues, please be sure to include as much information as possible:
|
17
|
-
|
18
|
-
#### Environment details
|
19
|
-
|
20
|
-
- OS:
|
21
|
-
- Ruby version:
|
22
|
-
- Gem name and version:
|
23
|
-
|
24
|
-
#### Steps to reproduce
|
25
|
-
|
26
|
-
1. ...
|
27
|
-
|
28
|
-
#### Code example
|
29
|
-
|
30
|
-
```ruby
|
31
|
-
# example
|
32
|
-
```
|
33
|
-
|
34
|
-
Making sure to follow these steps will guarantee the quickest resolution possible.
|
35
|
-
|
36
|
-
Thanks!
|
@@ -1,21 +0,0 @@
|
|
1
|
-
---
|
2
|
-
name: Feature request
|
3
|
-
about: Suggest an idea for this library
|
4
|
-
|
5
|
-
---
|
6
|
-
|
7
|
-
Thanks for stopping by to let us know something could be better!
|
8
|
-
|
9
|
-
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.
|
10
|
-
|
11
|
-
**Is your feature request related to a problem? Please describe.**
|
12
|
-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
13
|
-
|
14
|
-
**Describe the solution you'd like**
|
15
|
-
A clear and concise description of what you want to happen.
|
16
|
-
|
17
|
-
**Describe alternatives you've considered**
|
18
|
-
A clear and concise description of any alternative solutions or features you've considered.
|
19
|
-
|
20
|
-
**Additional context**
|
21
|
-
Add any other context or screenshots about the feature request here.
|
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
name: Support request
|
3
|
-
about: If you have a support contract with Google, please create an issue in the Google Cloud Support console.
|
4
|
-
|
5
|
-
---
|
6
|
-
|
7
|
-
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.
|
data/.github/renovate.json
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
rebaseMergeAllowed: true
|
2
|
-
squashMergeAllowed: true
|
3
|
-
mergeCommitAllowed: false
|
4
|
-
branchProtectionRules:
|
5
|
-
- pattern: master
|
6
|
-
isAdminEnforced: false
|
7
|
-
requiredStatusCheckContexts:
|
8
|
-
- 'cla/google'
|
9
|
-
requiredApprovingReviewCount: 1
|
10
|
-
requiresCodeOwnerReviews: true
|
11
|
-
requiresStrictStatusChecks: true
|
12
|
-
permissionRules:
|
13
|
-
- team: yoshi-admins
|
14
|
-
permission: admin
|
15
|
-
- team: yoshi-ruby-admins
|
16
|
-
permission: admin
|
17
|
-
- team: yoshi-ruby
|
18
|
-
permission: push
|
data/.github/workflows/ci.yml
DELETED
@@ -1,55 +0,0 @@
|
|
1
|
-
name: CI
|
2
|
-
on:
|
3
|
-
pull_request:
|
4
|
-
branches:
|
5
|
-
- master
|
6
|
-
push:
|
7
|
-
branches:
|
8
|
-
- master
|
9
|
-
workflow_dispatch:
|
10
|
-
jobs:
|
11
|
-
CI:
|
12
|
-
if: ${{ github.repository == 'googleapis/google-auth-library-ruby' }}
|
13
|
-
strategy:
|
14
|
-
matrix:
|
15
|
-
include:
|
16
|
-
- os: ubuntu-latest
|
17
|
-
ruby: "2.5"
|
18
|
-
task: test , spec
|
19
|
-
- os: ubuntu-latest
|
20
|
-
ruby: "2.6"
|
21
|
-
task: test , spec
|
22
|
-
- os: ubuntu-latest
|
23
|
-
ruby: "2.7"
|
24
|
-
task: test , spec
|
25
|
-
- os: ubuntu-latest
|
26
|
-
ruby: "3.0"
|
27
|
-
task: test , spec
|
28
|
-
- os: macos-latest
|
29
|
-
ruby: "2.7"
|
30
|
-
task: test , spec
|
31
|
-
- os: windows-latest
|
32
|
-
ruby: "2.7"
|
33
|
-
task: test , spec
|
34
|
-
- os: ubuntu-latest
|
35
|
-
ruby: "2.7"
|
36
|
-
task: rubocop , integration , build , yardoc , linkinator
|
37
|
-
fail-fast: false
|
38
|
-
runs-on: ${{ matrix.os }}
|
39
|
-
steps:
|
40
|
-
- name: Checkout repo
|
41
|
-
uses: actions/checkout@v2
|
42
|
-
- name: Install Ruby ${{ matrix.ruby }}
|
43
|
-
uses: ruby/setup-ruby@v1
|
44
|
-
with:
|
45
|
-
ruby-version: "${{ matrix.ruby }}"
|
46
|
-
- name: Install NodeJS 14.x
|
47
|
-
uses: actions/setup-node@v2
|
48
|
-
with:
|
49
|
-
node-version: "14.x"
|
50
|
-
- name: Install dependencies
|
51
|
-
shell: bash
|
52
|
-
run: "gem install --no-document toys && bundle install"
|
53
|
-
- name: Test ${{ matrix.task }}
|
54
|
-
shell: bash
|
55
|
-
run: toys do ${{ matrix.task }} < /dev/null
|
@@ -1,39 +0,0 @@
|
|
1
|
-
on:
|
2
|
-
schedule:
|
3
|
-
- cron: '29 9 * * *'
|
4
|
-
workflow_dispatch:
|
5
|
-
|
6
|
-
name: release-please
|
7
|
-
jobs:
|
8
|
-
release-please:
|
9
|
-
env:
|
10
|
-
ENABLE_RELEASE_PLEASE: ${{ secrets.ENABLE_RELEASE_PLEASE }}
|
11
|
-
runs-on: ubuntu-latest
|
12
|
-
steps:
|
13
|
-
- name: ReleasePlease
|
14
|
-
id: release-please
|
15
|
-
if: ${{ env.ENABLE_RELEASE_PLEASE || github.event_name == 'workflow_dispatch' }}
|
16
|
-
uses: GoogleCloudPlatform/release-please-action@v2
|
17
|
-
with:
|
18
|
-
command: release-pr
|
19
|
-
token: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
|
20
|
-
fork: true
|
21
|
-
release-type: ruby
|
22
|
-
package-name: google-auth-library-ruby
|
23
|
-
version-file: lib/googleauth/version.rb
|
24
|
-
monorepo-tags: true
|
25
|
-
bump-minor-pre-major: true
|
26
|
-
- name: ReleaseLabel
|
27
|
-
id: release-label
|
28
|
-
if: ${{ steps.release-please.outputs.pr }}
|
29
|
-
uses: actions/github-script@v4
|
30
|
-
with:
|
31
|
-
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
|
32
|
-
script: |
|
33
|
-
core.info("Labeling release");
|
34
|
-
github.issues.addLabels({
|
35
|
-
owner: 'googleapis',
|
36
|
-
repo: 'google-auth-library-ruby',
|
37
|
-
issue_number: ${{ steps.release-please.outputs.pr }},
|
38
|
-
labels: ["autorelease: pending"]
|
39
|
-
});
|