Skip to content

Conversation

ssheorey
Copy link
Member

@ssheorey ssheorey commented Jun 3, 2024

permissions:
  contents: write   # to upload artifacts and update github release packages
  actions: write     # to allow cancelling concurrent CI runs (concurrency key)

Copy link

update-docs bot commented Jun 3, 2024

Thanks for submitting this pull request! The maintainers of this repository would appreciate if you could update the CHANGELOG.md based on your changes.

@ssheorey ssheorey force-pushed the ss/token-permissions branch from 3adf51c to 8b74846 Compare June 3, 2024 21:51
@ssheorey ssheorey force-pushed the ss/token-permissions branch from 004482c to d50bfb2 Compare June 3, 2024 23:28
@ssheorey ssheorey marked this pull request as ready for review June 4, 2024 00:32
@ssheorey ssheorey requested a review from michaelbeale-IL June 4, 2024 00:32
@@ -1,4 +1,7 @@
name: Documentation
permissions:
contents: write
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need this here? This gives every step content write access. Could it be limited to just the steps that need it?

Copy link
Member Author

@ssheorey ssheorey Jun 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Permissions don't seem to work per step, only per job (tried per step and github refused to run it). That workflow only has one job.

@ssheorey ssheorey merged commit 525c4e6 into main Jun 4, 2024
@ssheorey ssheorey deleted the ss/token-permissions branch June 4, 2024 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants