Skip to content

Commit e0a51ff

Browse files
authored
Merge pull request #247 from Expensify/andrew-oidc2
Clean up permissions in publish.yml
2 parents f48c70a + ba002a2 commit e0a51ff

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
push:
55
branches: [main]
66

7-
permissions:
8-
id-token: write # Required for OIDC: https://docs.npmjs.com/trusted-publishers
9-
contents: read
10-
117
# Ensure that only one instance of this workflow executes at a time.
128
# If multiple PRs are merged in quick succession, there will only ever be one publish workflow running and one pending.
139
concurrency: ${{ github.workflow }}

0 commit comments

Comments
 (0)