aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorclassabbyamp <void@placeviolette.net>2022-07-03 00:23:54 +0000
committerMichael Aldridge <aldridge.mac@gmail.com>2022-07-03 00:46:15 +0000
commit1d9bfae23f2f3d4173e0ab78137acc11da16670c (patch)
tree4f1d9b947f28eb3e958bc3bb0639524b187e31e6 /.github/workflows
parentc58b7a710a0565be844ac4b7f7dc96bf7e4be129 (diff)
downloadvoid-packages-1d9bfae23f2f3d4173e0ab78137acc11da16670c.tar
void-packages-1d9bfae23f2f3d4173e0ab78137acc11da16670c.tar.gz
void-packages-1d9bfae23f2f3d4173e0ab78137acc11da16670c.tar.bz2
void-packages-1d9bfae23f2f3d4173e0ab78137acc11da16670c.tar.lz
void-packages-1d9bfae23f2f3d4173e0ab78137acc11da16670c.tar.xz
void-packages-1d9bfae23f2f3d4173e0ab78137acc11da16670c.tar.zst
void-packages-1d9bfae23f2f3d4173e0ab78137acc11da16670c.zip
.github/workflows/: set token permissions
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cycles.yml2
-rw-r--r--.github/workflows/stale.yml3
2 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/cycles.yml b/.github/workflows/cycles.yml
index 0bd148e77f0..018c0909bdb 100644
--- a/.github/workflows/cycles.yml
+++ b/.github/workflows/cycles.yml
@@ -7,6 +7,8 @@ on:
jobs:
cycles:
runs-on: ubuntu-latest
+ permissions:
+ issues: write
container:
image: 'ghcr.io/void-linux/xbps-src-masterdir:20220527RC01-x86_64-musl'
steps:
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 160897fedef..c55c7966a67 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -9,6 +9,9 @@ on:
jobs:
stale:
runs-on: ubuntu-latest
+ permissions:
+ issues: write
+ pull-requests: write
steps:
- uses: actions/stale@v4
with: