Skip to content

Commit

Permalink
Modify jsDoc workflow permissions for GITHUB_TOKEN use
Browse files Browse the repository at this point in the history
The change involves the update of permissions settings in the .github/workflows/jsDoc.yml file. Now, the JSDoc Action deployment process will utilize GITHUB_TOKEN for authentication, a method that enhances its security measures and simplifies the process as compared to the former dependency on the deploy_key.
  • Loading branch information
erikyo committed Dec 2, 2023
1 parent 40ee2e3 commit 12706c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/jsDoc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
permissions:
contents: read
pages: write
id-token: write

name: JSDoc Action

on:
Expand Down

0 comments on commit 12706c1

Please sign in to comment.