Skip to content

Commit 483a1aa

Browse files
committed
Bump actions/checkout to v4 and add OIDC/changesets permissions in release.yml.
1 parent d94e74e commit 483a1aa

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,19 @@ on:
99

1010
concurrency: ${{ github.workflow }}-${{ github.ref }}
1111

12+
permissions:
13+
id-token: write # Required for OIDC
14+
contents: write # Required for changesets to push release branch
15+
pull-requests: write # Required for changesets to create release PR
16+
1217
jobs:
1318
release:
1419
name: Release
1520
runs-on: ubuntu-latest
1621
if: github.repository == 'apollographql/federation'
1722
steps:
1823
- name: Checkout Repo
19-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2025

2126
- name: Setup Node.js 24
2227
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)