Skip to content

Commit

Permalink
Merge pull request #101 from github/gracepark-update-actions
Browse files Browse the repository at this point in the history
Adding correct permissions for actions maintenance
  • Loading branch information
keithamus authored Oct 23, 2024
2 parents 5c6e9ae + 07ac375 commit ad931d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Node CI

on: push

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types: [created]

permissions:
contents: read
id-token: write

jobs:
Expand Down

0 comments on commit ad931d9

Please sign in to comment.