Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
de2338e
Add fetch-github-token-js GitHub Action
chrisnavar Oct 31, 2025
83e837a
Refactor Vault authentication to use axios and JWT
chrisnavar Oct 31, 2025
035f375
Add token revoke post step to GitHub Action
chrisnavar Oct 31, 2025
192e6ff
Remove Vault token handling from GitHub token scripts
chrisnavar Oct 31, 2025
cf0bfb8
Add success log after GitHub token revocation
chrisnavar Oct 31, 2025
3246d65
Create README.md
chrisnavar Nov 3, 2025
ed93ec3
Update README.md
chrisnavar Nov 3, 2025
e5e29bb
Refactor token revoke logic and update node version
chrisnavar Nov 3, 2025
7807607
Update README.md
chrisnavar Nov 3, 2025
667675a
Update fetch-github-token-js/README.md
chrisnavar Nov 3, 2025
ea4733b
Merge branch 'new-js-action' of https://github.com/elastic/ci-gh-acti…
chrisnavar Nov 3, 2025
c1056e0
Update dependencies and Node.js engine requirements
chrisnavar Nov 3, 2025
e5210b2
Add GitHub Actions context and Octokit integration
chrisnavar Nov 3, 2025
39b11be
Update workflow context to use workflow instead of workflow_ref
chrisnavar Nov 3, 2025
037bf17
Remove unused GitHub Actions dependencies
chrisnavar Nov 3, 2025
eb34f01
Update Vault login and GitHub API usage
chrisnavar Nov 3, 2025
1d29950
Remove Octokit usage and verify token with gh CLI
chrisnavar Nov 3, 2025
3c9072f
Replace gh CLI token verification with Octokit API call
chrisnavar Nov 3, 2025
72e4b17
Fix Octokit usage for authenticated requests
chrisnavar Nov 3, 2025
16749d4
Rename revoke input to skip-token-revoke
chrisnavar Nov 3, 2025
b5cd626
Add unit test workflow and improve token fetch action
chrisnavar Nov 3, 2025
6186847
Switch to fetch API and update Vault token handling
chrisnavar Nov 4, 2025
56932bf
Remove unused dist chunk files and update build
chrisnavar Nov 4, 2025
7658798
Remove axios request for Vault token fetch
chrisnavar Nov 4, 2025
547b732
Run tests for all package directories in workflow
chrisnavar Nov 4, 2025
1e2b853
Refactor build output for ESM compatibility
chrisnavar Nov 4, 2025
16d6bdb
Update run-unit-tests.yml
chrisnavar Nov 4, 2025
88e8032
Update run-unit-tests.yml
chrisnavar Nov 4, 2025
ff3085f
Update run-unit-tests.yml
chrisnavar Nov 4, 2025
a9fac27
Update run-unit-tests.yml
chrisnavar Nov 4, 2025
114c799
Migrate fetch-github-token-js to fetch-github-token
chrisnavar Nov 4, 2025
eb41789
Update README.md
chrisnavar Nov 4, 2025
b9fecf6
Update README.md
chrisnavar Nov 4, 2025
6a1085b
Update test-fetch_token.yaml
chrisnavar Nov 4, 2025
fdab423
Change default for skip-token-revoke to false
chrisnavar Nov 4, 2025
b46cf9f
Refactor Vault GitHub token action for modularity
chrisnavar Nov 5, 2025
b0694b8
Mask GitHub token using core.setSecret
chrisnavar Nov 5, 2025
c3679c0
Refactor fetch-github-token to composite action
chrisnavar Nov 10, 2025
e629d1c
Update token revoke step path and add README
chrisnavar Nov 10, 2025
4af4f53
Update with-post-step action reference
chrisnavar Nov 10, 2025
ad2f174
Update action.yml
chrisnavar Nov 10, 2025
19a5ec6
Update action.yml
chrisnavar Nov 10, 2025
0697195
Update action.yml
chrisnavar Nov 13, 2025
7fc4e51
Update action.yml
chrisnavar Nov 13, 2025
9178d38
Update action.yml
chrisnavar Nov 13, 2025
605c474
Update revoke.js
chrisnavar Nov 13, 2025
aafced5
Rename revoke.js to revoke.cjs and update references
chrisnavar Nov 13, 2025
dba0773
Update revoke.cjs path in action.yml
chrisnavar Nov 13, 2025
6e13d3e
Update action.yml
chrisnavar Nov 13, 2025
0a794b2
Refactor token revoke logic and update tests
chrisnavar Nov 13, 2025
d6ee21f
Update revoke.test.mjs
chrisnavar Nov 13, 2025
ab07902
Update usage examples and action input requirements
chrisnavar Nov 13, 2025
393034f
Remove unused test:revoke script from package.json
chrisnavar Nov 13, 2025
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
582 changes: 211 additions & 371 deletions fetch-github-token-js/dist/main.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions fetch-github-token-js/dist/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "module"
}
Loading
Loading