Skip to content

Commit

Permalink
remove redundant permissions
Browse files Browse the repository at this point in the history
- update actions versions
  • Loading branch information
petermakowski authored and mas-who committed Jan 24, 2024
1 parent ab4e683 commit dfdc3c5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
branches:
- main

permissions:
contents: read # for checkout

jobs:
release:
name: Release
Expand All @@ -18,11 +15,11 @@ jobs:
id-token: write # to enable use of OIDC for npm provenance
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install dependencies
Expand Down

0 comments on commit dfdc3c5

Please sign in to comment.