Skip to content

Commit

Permalink
Merge pull request #2 from nicklegan/v1.0.1
Browse files Browse the repository at this point in the history
v1.0.1
  • Loading branch information
nicklegan authored Apr 6, 2022
2 parents 6de43e9 + 326a659 commit 673744c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Constructocat
Copyright (c) 2022 GitHub, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v3

- name: Get authorization report
uses: nicklegan/github-org-authorization-action@v1.0.0
uses: nicklegan/github-org-authorization-action@v1.0.1
with:
token: ${{ secrets.ORG_TOKEN }}
organization: ''
Expand Down
8 changes: 4 additions & 4 deletions dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-org-authorization-action",
"version": "1.0.0",
"version": "1.0.1",
"description": "A GitHub Action to generate reports that contain all the SSH keys, personal access tokens, GitHub App installations, deploy keys and their respective permissions authorized against a GitHub organization.",
"author": {
"name": "GitHub Expert Services",
Expand Down

0 comments on commit 673744c

Please # to comment.