We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33cfa5f commit 3dd5037Copy full SHA for 3dd5037
src/lib/github-actions.js
@@ -57,6 +57,7 @@ async function createSecret(info) {
57
encrypted_value: encryptedValue, // eslint-disable-line camelcase
58
key_id: keyId, // eslint-disable-line camelcase
59
},
60
+ followAllRedirects: true,
61
});
62
63
if (responsePut.statusCode !== 201 && responsePut.statusCode !== 204) {
0 commit comments