Skip to content

Commit

Permalink
ci: update id-token permissions (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn authored Nov 17, 2023
1 parent 893d6b9 commit c9adbd9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ env:
DEBUG: napi:*
APP_NAME: package-template
MACOSX_DEPLOYMENT_TARGET: '10.13'
permissions:
contents: write
id-token: write
'on':
push:
branches:
Expand Down Expand Up @@ -160,7 +163,7 @@ jobs:
path: ${{ env.APP_NAME }}.*.node
if-no-files-found: error
build-freebsd:
runs-on: macos-12
runs-on: macos-13
name: Build FreeBSD
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c9adbd9

Please sign in to comment.