Skip to content

Commit

Permalink
Bump package versions, update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKahr committed Jan 30, 2024
1 parent 298f2e6 commit 30ae2be
Show file tree
Hide file tree
Showing 5 changed files with 381 additions and 1,396 deletions.
5 changes: 2 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

name: workflow-application-token-action
description: Obtain a temporary access token for a GitHub Application when running in a GitHub Actions Workflow.
author: peter-murray
Expand Down Expand Up @@ -34,9 +33,9 @@ outputs:
description: A valid token representing the Application that can be used to access what the Application has been scoped to access.

runs:
using: node16
using: node20
main: dist/index.js

branding:
icon: lock
color: green
color: green
12 changes: 4 additions & 8 deletions dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 30ae2be

Please sign in to comment.